Culture Property

Json.NET

Json.NET - Quick Starts & API Documentation Culture Property
NamespacesNewtonsoft.Json.ConvertersIsoDateTimeConverterCulture
Gets or sets the culture used when converting a date to and from JSON.
Declaration Syntax
C# Visual Basic Visual C++
public CultureInfo Culture { get; set; }
Public Property Culture As CultureInfo
	Get
	Set
public:
property CultureInfo^ Culture {
	CultureInfo^ get ();
	void set (CultureInfo^ value);
}
Value
The culture used when converting a date to and from JSON.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)