JsonValue Explicit Conversion (JsonValue to Int16)

[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 Int16 object.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    value As JsonValue _
) As Short
public static explicit operator short (
    JsonValue value
)
static explicit operator short (
    JsonValue^ value
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: System.Int16
The Int16 initialized with the JsonValue specified.

.NET Framework Security

See Also

Reference

JsonValue Class

Explicit Overload

System.Json Namespace