GetOptions(Type) Method
Get the TypeConverterOptions for the given Type.

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.