GetOptions<T>() Method
Get the TypeConverterOptions for the given Type.

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.