Performs an implicit conversion from
array<Byte>[]()[][] to
JToken.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public static implicit operator JToken (
byte[] value
)
Public Shared Widening Operator CType ( _
value As Byte() _
) As JToken
Parameters
- value (array<Byte>[]()[][])
- The value to create a JValue from.
Return Value
The
JValue initialized with the specified value.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)