ToString Method (value)

Json.NET

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

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