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

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