SqlMoney Implicit Conversion (Decimal to SqlMoney)
.NET Framework (current version)
Namespace:
System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
Return to top
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Decimal
The Decimal value to be converted.
Return Value
Type: System.Data.SqlTypes::SqlMoneyA new SqlMoney structure whose Value equals the value of the Decimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: