[]
Provides type conversions for Unit values.
public class Unit.TypeConverter : TypeConverterBase
Name | Description |
---|---|
TypeConverter() |
Name | Description |
---|---|
CanConvertTo(ITypeDescriptorContext, Type) | Tests whether an object can be converted to the specified type. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts an object to the specified type. |
ObjFromString(ITypeDescriptorContext, string) | Converts a string to a PageNumberingChange object. |
StringFromObj(ITypeDescriptorContext, object) | Converts an object to a string. |