This topic has not yet been rated - Rate this topic

JsonValue Explicit Conversion (JsonValue to Char)

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

Enables explicit casts from an instance of type JsonValue to a Char object.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)
public static explicit operator char (
	JsonValue value
)

Parameters

value
Type: System.Json.JsonValue
The instance of JsonValue used to initialize the Char object.

Return Value

Type: System.Char
The Char initialized with the JsonValue specified.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.