OracleBoolean Explicit Conversion (String^ to OracleBoolean)

 

Converts a string to an OracleBoolean structure.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
static explicit operator OracleBoolean (
	String^ x
)

Parameters

x
Type: System::String^

A string to be converted to an OracleBoolean structure.

Return Value

Type: System.Data.OracleClient::OracleBoolean

A new OracleBoolean structure whose value equals the Value of the OracleNumber parameter.

.NET Framework
Available since 1.1
Return to top
Show: