The IrcStringTypeConverter type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
CanConvertFrom | Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. (Overrides TypeConverter CanConvertFrom(ITypeDescriptorContext, Type).) | |
CanConvertTo | Returns whether this converter can convert the object to the specified type, using the specified context. (Overrides TypeConverter CanConvertTo(ITypeDescriptorContext, Type).) | |
ConvertFrom | Converts the given object to the type of this converter, using the specified context and culture information. (Overrides TypeConverter ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) | |
ConvertTo | Converts the given value object to the specified type, using the specified context and culture information. (Overrides TypeConverter ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
See Also