This topic has not yet been rated - Rate this topic

JsonValue Implicit Conversion (JsonValue to String)

Silverlight

Enables implicit casts from an instance of type JsonValue to a String object.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)
public static implicit operator string (
	JsonValue value
)

Parameters

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

Return Value

Type: System.String
The String initialized with the JsonValue value specified or null if value is null.
Exception Condition
InvalidCastException

The JsonType of value is not a String and so cannot be cast to String.

This static method typically is not explicitly called by users. It is invoked automatically to enable implicit casts when made.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ