Click or drag to resize

BinaryStringConverter Methods

The BinaryStringBinaryStringConverter type exposes the following members.

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