BinaryStringBinaryStringConverter Class | 
Namespace: Demo3D.IO
public class BinaryStringConverter : TypeConverter
The BinaryStringBinaryStringConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryStringBinaryStringConverter | Initializes a new instance of the BinaryStringBinaryStringConverter class  | 
| Name | Description | |
|---|---|---|
| CanConvertFrom | 
            Returns whether this converter can convert from the given type to a BinaryString.
              (Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).) | |
| CanConvertTo | 
            Returns whether this converter can convert the object to the specified type, using the specified context.
              (Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).) | |
| ConvertFrom | 
            Convert a string to a BinaryString.
              (Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) | |
| ConvertTo | 
            Convert a string to a BinaryString.
              (Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |