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

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