FormatProvider Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
FormatProvider
Gets or sets the culture-specific formatting information used when writing YAML. The default is InvariantCulture.
public CultureInfo FormatProvider { get; set; }
Property Value
- CultureInfo
An IFormatProvider that contains the culture-specific formatting information.