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