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. |
![]() | Concats two specified MySqlBinaryString instances and returns the result of the operation. |
![]() | Returns a value indicating whether two MySqlBinaryString instances have same value. |
![]() | Converts the MySqlBinaryString parameter to System.String. |
![]() | Compares twoMySqlBinaryString structures to determine if the first is greater than the second. |
![]() | Compares twoMySqlBinaryString structures to determine if the first is greater than or equal to the second. |
![]() | Converts the System.String parameter to the MySqlBinaryString structure. |
![]() | Determines whether twoMySqlBinaryString values are not equal. |
![]() | Compares twoMySqlBinaryString structures to determine if the first is less than the second. |
![]() | Compares twoMySqlBinaryString structures to determine if the first is less than or equal to the second. |