JsonValue Implicit Conversion (SByte to JsonValue)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Enables implicit casts from type SByte to a JsonPrimitive.
This API is not CLS-compliant.
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As SByte _
) As JsonValue
public static implicit operator JsonValue (
sbyte value
)
Parameters
- value
Type: System.SByte
The SByte instance used to initialize the JsonPrimitive.
Return Value
Type: System.Json.JsonValue
The JsonValue initialized with the SByte specified.
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.