SqlDecimal.ToString Method

Definition

Converts this SqlDecimal 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 that contains the string representation of the SqlDecimal structure's Value property.

Applies to

See also