Share via


IndentedTextWriter.Culture Field

Definition

Specifies the culture what will be used by the underlying TextWriter. This static property is read-only. Note that any writer passed to one of the constructors of IndentedTextWriter must use this same culture. The culture is InvariantCulture.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="CultureInfo.InvariantCulture is readonly")]
public static readonly System.Globalization.CultureInfo Culture;
 staticval mutable Culture : System.Globalization.CultureInfo
Public Shared ReadOnly Culture As CultureInfo 

Field Value

Attributes

Applies to