Click or drag to resize

BinaryStringBinaryStringConverter Class

Type converter for converting between System.String and BinaryString.
Inheritance Hierarchy
SystemObject
  System.ComponentModelTypeConverter
    Demo3D.IOBinaryStringBinaryStringConverter

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public class BinaryStringConverter : TypeConverter

The BinaryStringBinaryStringConverter type exposes the following members.

Constructors
  NameDescription
Public methodBinaryStringBinaryStringConverter
Initializes a new instance of the BinaryStringBinaryStringConverter class
Top
Methods
  NameDescription
Public methodCanConvertFrom
Returns whether this converter can convert from the given type to a BinaryString.
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo
Returns whether this converter can convert the object to the specified type, using the specified context.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Convert a string to a BinaryString.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo
Convert a string to a BinaryString.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Top
See Also