|
CsvWriterFormatProvider Property
|
Gets or sets the format provider to use when converting
data-types to text representations. Default is to use
CultureInfo.InvariantCulture.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public IFormatProvider FormatProvider { get; set; }
Public Property FormatProvider As IFormatProvider
Get
Set
Request Example
View SourceProperty Value
Type:
IFormatProvider
The format provider.
See Also