OracleNumber.ToString Method

Definition

Converts this OracleNumber structure to String.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A new String object containing the string representation of the OracleNumber structure's Value property.

Applies to