ParameterMapTypeConverterOption Class
Sets type converter options on a parameter map.
Namespace
CsvHelper.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["ParameterMapTypeConverterOption"] class Type type-node

Syntax

public class ParameterMapTypeConverterOption

Constructors

Name Summary
ParameterMapTypeConverterOption(ParameterMap) Creates a new instance using the given ParameterMap.

Methods

Name Return Value Summary
BooleanValues(bool, bool, string[]) ParameterMap
The string values used to represent a boolean when converting.
CultureInfo(CultureInfo) ParameterMap
The CultureInfo(CultureInfo) used when type converting. This will override the global CultureInfo setting.
DateTimeStyles(DateTimeStyles) ParameterMap
The DateTimeStyles(DateTimeStyles) to use when type converting. This is used when doing any DateTime conversions.
Format(string[]) ParameterMap
The string format to be used when type converting.
NullValues(bool, string[]) ParameterMap
The string values used to represent null when converting.
NullValues(string[]) ParameterMap
The string values used to represent null when converting.
NumberStyles(NumberStyles) ParameterMap
The NumberStyles(NumberStyles) to use when type converting. This is used when doing any number conversions.
TimespanStyles(TimeSpanStyles) ParameterMap
The TimeSpanStyles to use when type converting. This is used when doing TimeSpan converting.
UriKind(UriKind) ParameterMap
The CsvHelper.Configuration.ParameterMapTypeConverterOption.UriKind(UriKind) to use when converting. This is used when doing Uri conversions.