Parse
This method converts a string
to an OracleBoolean
.
Declaration
// C#
public static OracleBoolean Parse(string str);
Parameters
-
str
The
string
being converted.
Return Value
A new OracleBoolean
structure.
Exceptions
ArgumentNullException
– The str
parameter is null
.
IndexOutOfRangeException
– The str
parameter is an empty string.