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
)
Public Shared Function GetConverter (
type As Type
) As TypeConverter
static member GetConverter :
type : Type -> TypeConverter
Parameters
- type
- Type: SystemType
Type to get the converter for.
Return Value
Type:
TypeConverterThe type converter, or null if the type has no defined converter.
See Also