SqlDecimal Explicit Conversion (SqlString to SqlDecimal)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlString.ToSqlDecimal

Converts the supplied SqlString parameter to SqlDecimal.

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

public:
static explicit operator SqlDecimal (
	SqlString x
)

Parameters

x
Type: System.Data.SqlTypes::SqlString

The SqlString object to be converted.

Return Value

Type: System.Data.SqlTypes::SqlDecimal

A new SqlDecimal structure whose Value equals the value represented by the SqlString parameter.

.NET Framework
Available since 1.1
Return to top
Show: