SqlString Explicit Conversion (SqlDecimal to SqlString)
.NET Framework (current version)
Converts the specified SqlDecimal parameter to SqlString.
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::SqlStringA new SqlString that contains the string representation of the SqlDecimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: