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 |
|---|---|
| Parameter |
Creates a new instance using the given ParameterMap.
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| BooleanValues |
ParameterMap |
The string values used to represent a boolean when converting.
|
| CultureInfo |
ParameterMap |
The
CultureInfo(CultureInfo) used when type converting.
This will override the global CultureInfo
setting.
|
| DateTimeStyles |
ParameterMap |
The
DateTimeStyles(DateTimeStyles) to use when type converting.
This is used when doing any DateTime conversions.
|
| Format |
ParameterMap |
The string format to be used when type converting.
|
| NullValues |
ParameterMap |
The string values used to represent null when converting.
|
| NullValues |
ParameterMap |
The string values used to represent null when converting.
|
| NumberStyles |
ParameterMap |
The
NumberStyles(NumberStyles) to use when type converting.
This is used when doing any number conversions.
|
| TimespanStyles |
ParameterMap |
The
TimeSpanStyles to use when type converting.
This is used when doing TimeSpan converting.
|
| UriKind |
ParameterMap |
The
CsvHelper.Configuration.ParameterMapTypeConverterOption.UriKind(UriKind) to use when converting.
This is used when doing Uri conversions.
|