Json.NET - Quick Starts & API Documentation
ToString Method (value)
NamespacesNewtonsoft.JsonJavaScriptConvertToString(Boolean)
Converts the Boolean to it's JavaScript string representation.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToString(
	bool value
)
Public Shared Function ToString ( _
	value As Boolean _
) As String
public:
static String^ ToString(
	bool value
)
Parameters
value (Boolean)
The value to convert.
Return Value
A Json string representation of the Boolean.

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