Overload | Description |
---|---|
OracleString Constructor(String) | Initializes a new instance of the OracleString structure, setting the Value property to the specified string. |
OracleString Constructor(String,Boolean) | Initializes a new instance of the OracleString structure, setting the Value property to the specified string. |
OracleString Constructor(Byte[],Boolean) | Initializes a new instance of the OracleString structure with the specified array of bytes. |
OracleString Constructor(Byte[],Boolean,Boolean) | Initializes a new instance of the OracleString structure with the specified array of bytes. |
OracleString Constructor(Byte[],Int32,Int32,Boolean) | Initializes a new instance of the OracleString structure with the specified array of bytes, offset in the array, and number of bytes to take. |
OracleString Constructor(Byte[],Int32,Int32,Boolean,Boolean) | Initializes a new instance of the OracleString structure with the specified array of bytes, offset in the array, and number of bytes to take. |