TypeConverter Methods |
The TypeConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| CanConvertFrom(Type) |
Determines whether this instance can convert from the specified sourceType.
| |
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether this instance can convert from the specified context sourceType.
| |
| CanConvertTo(Type) |
Determines whether this instance can convert to the specified destinationType.
| |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether this instance can convert to the specified context destinationType.
| |
| ConvertFrom(Object) |
Converts from the specified object.
| |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the specified value.
| |
| ConvertFromInvariantString(String) |
Converts from an invariant string.
| |
| ConvertFromInvariantString(ITypeDescriptorContext, String) |
Converts from an invariant string.
| |
| ConvertFromString(String) |
Converts from string.
| |
| ConvertFromString(ITypeDescriptorContext, String) |
Converts from string.
| |
| ConvertFromString(ITypeDescriptorContext, CultureInfo, String) |
Converts from string.
| |
| ConvertTo(Object, Type) |
Converts to the specified type.
| |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts to the specified type.
| |
| ConvertToInvariantString(Object) |
Converts to an invariant string.
| |
| ConvertToInvariantString(ITypeDescriptorContext, Object) |
Converts to invariant string.
| |
| ConvertToString(Object) |
Converts to a string.
| |
| ConvertToString(ITypeDescriptorContext, Object) |
Converts to a string.
| |
| ConvertToString(ITypeDescriptorContext, CultureInfo, Object) |
Converts to a string.
| |
| GetConvertFromException |
Gets the exception when converting from a value.
| |
| GetConvertToException |
Gets the exception when converting to a value.
| |
| IsValid(Object) |
Determines whether this instance is valid the specified value.
| |
| IsValid(ITypeDescriptorContext, Object) |
Determines whether this instance is valid the specified context value.
|