SqlString.ToSqlSingle Method

Definition

Converts this SqlString structure to SqlSingle.

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

Returns

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

Applies to

See also