|
MaterialTypeConverterConvertTo Method |
Converts the given value object to the specified type, using the arguments.
Namespace: Ab3d.CommonAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Parameters
- context ITypeDescriptorContext
- context
- culture CultureInfo
- culture
- value Object
- value
- destinationType Type
- destinationType
Return Value
ObjectAn System.Object that represents the converted value.
See Also