public static explicit operator string (
JsonValue value
)
Public Shared Narrowing Operator CType (
value As JsonValue
) As String
static explicit operator String^ (
JsonValue value
)
InvalidCastException | value does not represent a string value. |