|
MaterialTypeConverterCanConvertFrom Method |
Returns whether this converter can convert an object of the given type to the type of this converter.
Namespace: Ab3d.CommonAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public override bool CanConvertFrom(
ITypeDescriptorContext context,
Type sourceType
)
Parameters
- context ITypeDescriptorContext
- context
- sourceType Type
- sourceType
Return Value
Booleantrue if this converter can perform the conversion; otherwise, false.
See Also