DateOnlyConverterParseExact Property
Gets a value indicating whether the text in the CSV file must exactly match
the format determined with
Format.
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public bool ParseExact { get; }
Public ReadOnly Property ParseExact As Boolean
Get
public:
property bool ParseExact {
bool get ();
}
member ParseExact : bool with get
Property Value
Booleantrue if the text in the CSV file must exactly match the format
determined with
Format,
false, if not.