The Unit..::..TypeConverter type exposes the following members.

Methods

  Name Description
Public method CanConvertTo
Tests whether an object can be converted to the specified type.
(Overrides TypeConverterBaseCanConvertTo(ITypeDescriptorContext, Type).)
Public method ConvertTo
Converts an object to the specified type.
(Overrides TypeConverterBaseConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Protected method ObjFromString
Converts a string to a PageNumberingChange object.
(Overrides TypeConverterBaseObjFromString(ITypeDescriptorContext, String).)
Protected method StringFromObj
Converts an object to a string.
(Overrides TypeConverterBaseStringFromObj(ITypeDescriptorContext, Object).)

See Also