Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonWriter Class
JsonWriter Methods
WriteValue Method
WriteValue Method (Boolean)
WriteValue Method (Byte)
WriteValue Method (Byte[])
WriteValue Method (Char)
WriteValue Method (DateTime)
WriteValue Method (DateTimeOffset)
WriteValue Method (Decimal)
WriteValue Method (Double)
WriteValue Method (Guid)
WriteValue Method (Int16)
WriteValue Method (Int32)
WriteValue Method (Int64)
WriteValue Method (Nullable(Boolean))
WriteValue Method (Nullable(Byte))
WriteValue Method (Nullable(Char))
WriteValue Method (Nullable(DateTime))
WriteValue Method (Nullable(DateTimeOffset))
WriteValue Method (Nullable(Decimal))
WriteValue Method (Nullable(Double))
WriteValue Method (Nullable(Guid))
WriteValue Method (Nullable(Int16))
WriteValue Method (Nullable(Int32))
WriteValue Method (Nullable(Int64))
WriteValue Method (Nullable(SByte))
WriteValue Method (Nullable(Single))
WriteValue Method (Nullable(TimeSpan))
WriteValue Method (Nullable(UInt16))
WriteValue Method (Nullable(UInt32))
WriteValue Method (Nullable(UInt64))
WriteValue Method (Object)
WriteValue Method (SByte)
WriteValue Method (Single)
WriteValue Method (String)
WriteValue Method (TimeSpan)
WriteValue Method (UInt16)
WriteValue Method (UInt32)
WriteValue Method (UInt64)
WriteValue Method (Uri)
JsonWriter
WriteValue Method (Nullable
Double
)
Writes a
Nullable
T
of
Double
value.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
virtual
void
WriteValue
(
Nullable
<
double
>
value
)
Parameters
value
Type:
System
Nullable
Double
The
Nullable
T
of
Double
value to write.
See Also
Reference
JsonWriter Class
WriteValue Overload
Newtonsoft.Json Namespace
Json.NET Home