EnumConverterTEnumIgnoreCase Property
Gets a value that indicates whether the parser takes casing into account.
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public bool IgnoreCase { get; }
Public ReadOnly Property IgnoreCase As Boolean
Get
public:
property bool IgnoreCase {
bool get ();
}
member IgnoreCase : bool with get
Property Value
Booleanfalse for case-sensitive parsing, otherwise
true.