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