BinaryStringBinaryStringConverterConvertTo Method |
Convert a string to a BinaryString.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic override Object? ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
A System.ComponentModel.ITypeDescriptorContext that provides a format context. - culture
- Type: System.GlobalizationCultureInfo
The System.Globalization.CultureInfo to use as the current culture. - value
- Type: SystemObject
The System.Object to convert. - destinationType
- Type: SystemType
The destination type.
Return Value
Type:
ObjectThe converted object.
See Also