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