SqlMoney.ToDecimal Method

Definition

Converts the Value of this instance of SqlMoney as a Decimal structure.

public:
 System::Decimal ToDecimal();
public decimal ToDecimal ();
member this.ToDecimal : unit -> decimal
Public Function ToDecimal () As Decimal

Returns

A Decimal structure whose value equals the Value property of this SqlMoney structure.

Applies to

See also