Property Culture
Culture
Gets or sets the culture used to format values that implement IFormattable, or null for InvariantCulture. Never the ambient culture — that would make output depend on the machine.
public CultureInfo? Culture { get; set; }
Gets or sets the culture used to format values that implement IFormattable, or null for InvariantCulture. Never the ambient culture — that would make output depend on the machine.
public CultureInfo? Culture { get; set; }