Explicit Operator

Json.NET

Json.NET - Quick Starts & API Documentation Explicit Operator
NamespacesNewtonsoft.Json.LinqJTokenExplicitNarrowingExplicitExplicitExplicit(JToken to array<Byte>[]()[][])
Performs an explicit conversion from JToken to array<Byte>[]()[][].
Declaration Syntax
C# Visual Basic Visual C++
public static explicit operator byte[] (
	JToken value
)
Public Shared Narrowing Operator CType ( _
	value As JToken _
) As Byte()
static explicit operator array<unsigned char>^ (
	JToken^ value
)
Parameters
value (JToken)
The value.
Return Value
The result of the conversion.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)