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

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