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