Click or drag to resize
DataReaderBaseDataReaderColumnFormatProvider Property
The IFormatProvider to use while attempting to parse values for this column. Contains culture specific settings for date and numeric values.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public IFormatProvider FormatProvider { get; set; }

Property Value

Type: IFormatProvider
See Also