SqlString Explicit Conversion (SqlDouble to SqlString)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDouble.ToSqlString

Converts the specified SqlDouble parameter to SqlString.

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

public:
static explicit operator SqlString (
	SqlDouble x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDouble

The SqlDouble structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlString

A new SqlString that contains the string representation of the SqlDouble parameter.

.NET Framework
Available since 1.1
Return to top
Show: