BinaryString Methods |
The BinaryString type exposes the following members.
| Name | Description | |
|---|---|---|
| GetTypeCode |
Returns the type code of a BinaryString.
| |
| Set |
Sets the value of the BinaryString.
| |
| ToBoolean |
Returns a boolean whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToByte |
Returns a byte whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToChar |
Returns a character whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToDateTime |
Returns a DateTime point whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToDecimal |
Returns a decimal whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToDouble |
Returns a double floating point whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToInt16 |
Returns a 16bit signed integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToInt32 |
Returns a 32bit signed integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToInt64 |
Returns a 64bit signed integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToSByte |
Returns a signed boolean whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToSingle |
Returns a single floating point whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToString |
Returns the current string value.
(Overrides ObjectToString.) | |
| ToString(IFormatProvider) |
Returns the string representation.
A provider supplies culture-specific formatting information.
| |
| ToType |
Returns an object whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToUInt16 |
Returns a 16bit unsigned integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToUInt32 |
Returns a 32bit unsigned integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
| |
| ToUInt64 |
Returns a 64bit unsigned integer whose value is equivalent to the string representation.
A provider supplies culture-specific formatting information.
|