Click or drag to resize

TypeDescriptorGetConverter Method

Gets the type converter for the specified type.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static TypeConverter GetConverter(
	Type type
)

Parameters

type
Type: SystemType
Type to get the converter for.

Return Value

Type: TypeConverter
The type converter, or null if the type has no defined converter.
See Also