Json.NET - Quick Starts & API Documentation
ToString Method (value)
NamespacesNewtonsoft.JsonJsonConvertToString(Byte)
Converts the Byte to its JSON string representation.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToString(
	byte value
)
Public Shared Function ToString ( _
	value As Byte _
) As String
public:
static String^ ToString(
	unsigned char value
)
Parameters
value (Byte)
The value to convert.
Return Value
A JSON string representation of the Byte.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)