Material |
The MaterialTypeConverter type exposes the following members.
Name | Description | |
---|---|---|
CanConvertFrom |
Returns whether this converter can convert an object of the given type to the type of this converter.
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type)) | |
CanConvertTo |
Returns whether this converter can convert the object to the specified type.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type)) | |
ConvertFrom |
Converts the given value to the type of this converter.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object)) | |
ConvertTo |
Converts the given value object to the specified type, using the arguments.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)) |