BinaryString Class |
Namespace: Demo3D.IO
[TypeConverterAttribute(typeof(BinaryStringBinaryStringConverter))] public sealed class BinaryString : IEnumerable, IComparable<BinaryString>, IComparable<string>, IComparable, IEquatable<BinaryString>, IEquatable<string>, IConvertible, ICloneable
The BinaryString type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryString |
Creates the empty string.
| |
| BinaryString(String) |
Creates a BinaryString with just its string representation.
| |
| BinaryString(ArraySegmentByte, BinaryTextEncoding) |
Creates a BinaryString with the data bytes and encoding.
| |
| BinaryString(String, BinaryTextEncoding) |
Creates a BinaryString with the string and encoding.
| |
| BinaryString(String, ArraySegmentByte, BinaryTextEncoding) |
Creates a new BinaryString.
| |
| BinaryString(String, Boolean, ArraySegmentByte, BinaryTextEncoding) |
Creates a new BinaryString.
|
| Name | Description | |
|---|---|---|
| Bytes |
The encoded byte array (includes any header data, etc); only if BytesValid is true.
| |
| BytesValid |
The encoded byte array Bytes is valid.
| |
| Encoding |
The binary text encoding.
| |
| String |
The string representation.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| 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.
| |
| 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.
| |
| Equals(BinaryString) |
Indicates whether the current BinaryString is equal to another string.
| |
| 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.
| |
| GetHashCode |
The default hash code.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns the current string value.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| (BinaryString to String) |
Implicity converts a BinaryString to a System.String.
| |
| (String to BinaryString) |
Implicity converts a System.String to a BinaryString.
|
| 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.) |