SqlMoney Implicit Conversion (Decimal to SqlMoney)

 

Converts the Decimal parameter to SqlMoney.

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

public:
static operator SqlMoney (
	Decimal x
)

Parameters

x
Type: System::Decimal

The Decimal value to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

A new SqlMoney structure whose Value equals the value of the Decimal parameter.

.NET Framework
Available since 1.1
Return to top
Show: