Name | Description | |
---|---|---|
Clone | Creates a copy of the current OracleString instance. | |
CompareTo | Overloaded. Compares the current OracleString object to another one. | |
Concat | Concatenates two OracleString structures. | |
Equals | Overloaded. Compares two OracleString structures to determine if they are equal. | |
GetHashCode | Returns a hash code for the OracleString structure. | |
GetNonUnicodeBytes | Retuns the OracleString contents as an array of bytes in the client encoding. | |
GetUnicodeBytes | Retuns the OracleString contents as an array of bytes in the client encoding. | |
GreaterThan | Determines whether the first of two OracleString values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two OracleString values is greater than or equal to the second. | |
LessThan | Determines whether the first of two OracleString values is less than the second. | |
LessThanOrEqual | Determines whether the first of two OracleString values is less than or equal to the second. | |
NotEquals | Determines whether two OracleString values are not equal. | |
ToString | Converts the current OracleString object to a System.String. |