Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchemaValidatingReader Class
JSchemaValidatingReader Methods
Close Method
Read Method
ReadAsBoolean Method
ReadAsBytes Method
ReadAsDateTime Method
ReadAsDateTimeOffset Method
ReadAsDecimal Method
ReadAsDouble Method
ReadAsInt32 Method
ReadAsString Method
JSchemaValidatingReader
ReadAsDouble Method
Reads the next JSON token from the stream as a
Nullable
T
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
virtual
Nullable
<
double
>
ReadAsDouble
()
Return Value
Type:
Nullable
Double
A
Nullable
T
.
See Also
Reference
JSchemaValidatingReader Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home