SqlMoney Explicit Conversion (SqlDecimal to SqlMoney)
.NET Framework (current version)
This operator converts the supplied SqlDecimal parameter to SqlMoney.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlMoneyA new SqlMoney structure whose Value property equals the Value of the SqlDecimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: