Get the
TypeConverterOptions
for the given Type
.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- Type
Converter Options Cache
Syntax
public TypeConverterOptions GetOptions<T>()
Type Parameters
Name | Description |
---|---|
T | The type the options are for. |
Return Value
Type | Description |
---|---|
TypeConverterOptions | The options for the given type. |