Binary Structure |
Namespace: XSharp
[SerializableAttribute] STRUCTURE Binary IMPLEMENTS IFormattable, IComparable<BINARY>, IEquatable<BINARY>, IComparable, ISerializable
The Binary type exposes the following members.
Name | Description | |
---|---|---|
Binary(Byte) | Initializes a new instance of the Binary class | |
Binary(String) | Initializes a new instance of the Binary class | |
Binary(SerializationInfo, StreamingContext) | Construct a value from serialized data |
Name | Description | |
---|---|---|
CompareTo(Object) | Compares the current instance with another object of the same type 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(Binary) | Compares the current instance with another object of the same type 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 this instance and a specified object are equal. (Overrides Equals(Object).) | |
Equals(Binary) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Returns the hash code for this instance. (Overrides GetHashCode.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
ToString | Returns the fully qualified type name of this instance. (Overrides ToString.) | |
ToString(String) | Converts the numeric value of this instance to its equivalent string representation. | |
ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
Name | Description | |
---|---|---|
Addition(String, Binary) | This operator is used in code generated by the compiler when needed. | |
Addition(Binary, String) | This operator is used in code generated by the compiler when needed. | |
Addition(Binary, Binary) | This operator is used in code generated by the compiler when needed. | |
Equality | ||
GreaterThan | This operator is used in code generated by the compiler when needed. | |
GreaterThanOrEqual | This operator is used in code generated by the compiler when needed. | |
(Byte to Binary) | ||
(String to Binary) | ||
(Binary to Byte) | ||
(Binary to String) | ||
Inequality | ||
LessThan | This operator is used in code generated by the compiler when needed. | |
LessThanOrEqual | This operator is used in code generated by the compiler when needed. |