JsonValue Explicit Conversion (JsonValue to SByte)

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    value As JsonValue _
) As SByte
public static explicit operator sbyte (
    JsonValue value
)
static explicit operator signed char (
    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.SByte
The SByte initialized with the JsonValue specified.

.NET Framework Security

See Also

Reference

JsonValue Class

Explicit Overload

System.Json Namespace