[This is preliminary documentation and is subject to change.]

Converts the UInt64 to it's JavaScript string representation.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static string ToString(
	ulong value
)
Visual Basic (Declaration)
Public Shared Function ToString ( _
	value As ULong _
) As String
Visual C++
public:
static String^ ToString(
	unsigned long long value
)

Parameters

value
Type: System..::.UInt64
The value to convert.

Return Value

A Json string representation of the UInt64.

See Also

JsonConvert Class
ToString Overload
Facebook.Json Namespace