Click or drag to resize
DataReaderBaseDataReaderColumnFormat Property
The format string to use for parsing irregular date column values. Must exactly match the column's value in the data source using the FormatProvider's formatting symbols.

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

Property Value

Type: String
See Also