BinaryStringBinaryStringConverterCanConvertFrom Method |
Returns whether this converter can convert from the given type to a BinaryString.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic override bool CanConvertFrom(
ITypeDescriptorContext context,
Type sourceType
)
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
A System.ComponentModel.ITypeDescriptorContext that provides a format context. - sourceType
- Type: SystemType
A System.Type that represents the type you want to convert from.
Return Value
Type:
BooleanTrue if the conversion will succeed.
See Also