Click or drag to resize

BinaryString Methods

The BinaryString type exposes the following members.

Methods
  NameDescription
Public methodGetTypeCode
Returns the type code of a BinaryString.
Public methodSet
Sets the value of the BinaryString.
Public methodToBoolean
Returns a boolean whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToByte
Returns a byte whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToChar
Returns a character whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToDateTime
Returns a DateTime point whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToDecimal
Returns a decimal whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToDouble
Returns a double floating point whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToInt16
Returns a 16bit signed integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToInt32
Returns a 32bit signed integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToInt64
Returns a 64bit signed integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToSByte
Returns a signed boolean whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToSingle
Returns a single floating point whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToString
Returns the current string value.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Returns the string representation. A provider supplies culture-specific formatting information.
Public methodToType
Returns an object whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToUInt16
Returns a 16bit unsigned integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToUInt32
Returns a 32bit unsigned integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Public methodToUInt64
Returns a 64bit unsigned integer whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.
Top
See Also