Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonReader Class
JsonReader Methods
Close Method
Dispose Method
Read Method
ReadAsBoolean Method
ReadAsBooleanAsync Method
ReadAsBytes Method
ReadAsBytesAsync Method
ReadAsDateTime Method
ReadAsDateTimeAsync Method
ReadAsDateTimeOffset Method
ReadAsDateTimeOffsetAsync Method
ReadAsDecimal Method
ReadAsDecimalAsync Method
ReadAsDouble Method
ReadAsDoubleAsync Method
ReadAsInt32 Method
ReadAsInt32Async Method
ReadAsString Method
ReadAsStringAsync Method
ReadAsync Method
SetStateBasedOnCurrent Method
SetToken Method
Skip Method
SkipAsync Method
JsonReader
ReadAsDateTime Method
Reads the next JSON token from the source as a
Nullable
T
of
DateTime
.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
virtual
Nullable
<
DateTime
>
ReadAsDateTime
()
Return Value
Type:
Nullable
DateTime
A
Nullable
T
of
DateTime
. This method will return
null
at the end of an array.
See Also
Reference
JsonReader Class
Newtonsoft.Json Namespace
Json.NET Home