SqlMoney.ToString Method

Definition

Converts this instance of SqlMoney to string.

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

Returns

A string whose value is the string representation of the value of this SqlMoney.

Applies to

See also