OracleString(byte [ ], bool)
This constructor creates a new instance of the OracleString structure and sets its value using a byte array and specifies if the supplied byte array is Unicode encoded.
Declaration
// C# public OracleString(byte[] data, bool fUnicode);
Parameters
-
dataByte array data for the new
OracleString. -
fUnicodeSpecifies if the supplied
datais Unicode encoded. Specifiestrueif Unicode encoded; otherwise,false.
Exceptions
ArgumentNullException - The data parameter is null.