BinaryStringBinaryStringConverterConvertFrom Method |
Convert a string to a BinaryString.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic override Object? ConvertFrom(
ITypeDescriptorContext? context,
CultureInfo? culture,
Object value
)
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.
Return Value
Type:
ObjectThe converted object.
See Also