Name | Description | |
---|---|---|
CompareTo | Compares the current OracleBinary object to the specified object and returns an integer that represents their relative values. | |
Concat | Concatenates two OracleBinary structures. | |
Equals | Overloaded. Compares two OracleBinary structures to determine if they are equal. | |
GetHashCode | Returns a hash code for the OracleBinary structure. | |
GreaterThan | Determines whether the first of two OracleBinary values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two OracleBinary values is greater than or equal to the second. | |
LessThan | Determines whether the first of two OracleBinary values is less than the second. | |
LessThanOrEqual | Determines whether the first of two OracleBinary values is less than or equal to the second. | |
NotEquals | Determines whether two OracleBinary values are not equal. | |
Parse | Converts the specified System.String to its OracleBinary equivalent. | |
ToString | Converts the specified OracleBinary structure to a System.String. | |
TryParse | Converts the hexadecimal representation representation of a binary data to OracleBinary. |