[]
Base class for typeconverter.
public abstract class BaseTypeConverter : TypeConverter
Name | Description |
---|---|
BaseTypeConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Returns true if the source type is string. |
CanConvertTo(ITypeDescriptorContext, Type) | Returns true of the type of string. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Overloaded. Returns whether this converter can convert an object of one type to the type of this converter. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Overloaded. Converts the given value object to the specified type. |
ObjFromString(string) | Returns an object from it's string representation. |
StringFromObj(object) | Returns a string representation from a given object. |