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: 10.0.0.0 (10.0.0.0)
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 methodConvertFrom
Convert a string to a BinaryString.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Top
See Also