SqlString.ToSqlDouble Method

Definition

Converts this SqlString structure to SqlDouble.

public:
 System::Data::SqlTypes::SqlDouble ToSqlDouble();
public System.Data.SqlTypes.SqlDouble ToSqlDouble ();
member this.ToSqlDouble : unit -> System.Data.SqlTypes.SqlDouble
Public Function ToSqlDouble () As SqlDouble

Returns

A new SqlDouble that is equal to the numeric value of this SqlString.

Applies to

See also