Name | Description | |
---|---|---|
MySqlBinaryString Constructor | Overloaded. Initializes a new instance of the MySqlBinaryString structure. |
The following tables list the members exposed by MySqlBinaryString.
Name | Description | |
---|---|---|
MySqlBinaryString Constructor | Overloaded. Initializes a new instance of the MySqlBinaryString structure. |
Name | Description | |
---|---|---|
Null | Represents empty instance of MySqlBinaryString. |
Name | Description | |
---|---|---|
Buffer | Gets the binary representation of the structure. | |
Encoding | Gets or sets the encoding used to convert Byte[] representation of this instance to String. | |
IsNull | Gets a value indicating whether this instance is empty. | |
Length | Gets length of string representation in characters. | |
Value | Gets the string representation of the structure. |
Name | Description | |
---|---|---|
Clone | Clones the current instance of MySqlBinaryString. | |
CompareTo | Overloaded. Compares two MySqlBinaryString instances. | |
Concat | Concats two specified MySqlBinaryString instances and returns the result of the operation. | |
Equals | Returns a value indicating whether two MySqlBinaryString instances have same value. | |
GetHashCode | Returns the hash code of string representation for this instance. | |
ToString | Returns the string representation of this instance using binary data and encoding stored in this instance. |
Addition | Concats two specified MySqlBinaryString instances and returns the result of the operation. |
Equality | Returns a value indicating whether two MySqlBinaryString instances have same value. |
Explicit Type Conversion | Converts the MySqlBinaryString parameter to System.String. |
Greater Than | Compares twoMySqlBinaryString structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares twoMySqlBinaryString structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts the System.String parameter to the MySqlBinaryString structure. |
Inequality | Determines whether twoMySqlBinaryString values are not equal. |
Less Than | Compares twoMySqlBinaryString structures to determine if the first is less than the second. |
Less Than or Equal | Compares twoMySqlBinaryString structures to determine if the first is less than or equal to the second. |