BinaryString Methods |
The BinaryString type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| CompareTo(String) |
Compares the current instance with another string and returns an integer that indicates whether
the current instance precedes, follows, or occurs in the same position in alphabetical order.
| |
| CompareTo(BinaryString) |
Compares the current instance with another BinaryString and returns an integer that indicates
whether the current instance precedes, follows, or occurs in the same position in the sort order
as the other object.
| |
| Equals(Object) |
Indicates whether the current BinaryString is equal to another string.
(Overrides ObjectEquals(Object).) | |
| Equals(String) |
Indicates whether the current BinaryString is equal to another string.
| |
| Equals(BinaryString) |
Indicates whether the current BinaryString is equal to another string.
| |
| GetHashCode |
The default hash code.
(Overrides ObjectGetHashCode.) | |
| Set |
Sets the value of the BinaryString.
| |
| ToString |
Returns the current string value.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| LaunchChar(FuncChar, IEnumerable) | Overloaded. (Defined by TaskExt.) | |
| LaunchByte(FuncByte, IEnumerable) | Overloaded. (Defined by TaskExt.) | |
| SequenceChar(FuncChar, IEnumerable) | Overloaded. (Defined by TaskExt.) | |
| SequenceByte(FuncByte, IEnumerable) | Overloaded. (Defined by TaskExt.) |