JsonValue Explicit Conversion Operators

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member Explicit(JsonValue to Int32) Enables explicit casts from an instance of type JsonValue to a Int32 object.
Public operatorStatic member Explicit(JsonValue to UInt32) Enables explicit casts from an instance of type JsonValue to a UInt32 object.
Public operatorStatic member Explicit(JsonValue to Int16) Enables explicit casts from an instance of type JsonValue to a Int16 object.
Public operatorStatic member Explicit(JsonValue to Single) Enables explicit casts from an instance of type JsonValue to a Single object.
Public operatorStatic member Explicit(JsonValue to UInt64) Enables explicit casts from an instance of type JsonValue to a UInt64 object.
Public operatorStatic member Explicit(JsonValue to Double) Enables explicit casts from an instance of type JsonValue to a Double object.
Public operatorStatic member Explicit(JsonValue to String) Enables explicit casts from an instance of type JsonValue to a String object.
Public operatorStatic member Explicit(JsonValue to Int64) Enables explicit casts from an instance of type JsonValue to a Int64 object.
Public operatorStatic member Explicit(JsonValue to Decimal) Enables explicit casts from an instance of type JsonValue to a Decimal object.
Public operatorStatic member Explicit(JsonValue to DateTime) Enables explicit casts from an instance of type JsonValue to a DateTime object.
Public operatorStatic member Explicit(JsonValue to DateTimeOffset) Enables explicit casts from an instance of type JsonValue to a DateTimeOffset object.
Public operatorStatic member Explicit(JsonValue to Boolean) Enables explicit casts from an instance of type JsonValue to a Boolean object.
Public operatorStatic member Explicit(JsonValue to Char) Enables explicit casts from an instance of type JsonValue to a Char object.
Public operatorStatic member Explicit(JsonValue to Uri) Enables explicit casts from an instance of type JsonValue to a Uri object.
Public operatorStatic member Explicit(JsonValue to UInt16) Enables explicit casts from an instance of type JsonValue to a UInt16 object.
Public operatorStatic member Explicit(JsonValue to Guid) Enables explicit casts from an instance of type JsonValue to a Guid object.
Public operatorStatic member Explicit(JsonValue to Byte) Enables explicit casts from an instance of type JsonValue to a Byte object.
Public operatorStatic member Explicit(JsonValue to SByte) Enables explicit casts from an instance of type JsonValue to a SByte object.

Top

See Also

Reference

JsonValue Class

System.Json Namespace