JsonValue Implicit Conversion (JsonValue to String)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
    value As JsonValue _
) As String
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 nulla null reference (Nothing in Visual Basic) if value is nulla null reference (Nothing in Visual Basic).
Exceptions
| Exception | Condition | 
|---|---|
| InvalidCastException | The JsonType of value is not a String and so cannot be cast to String. | 
Remarks
This static method typically is not explicitly called by users. It is invoked automatically to enable implicit casts when made.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.