SqlString.ToSqlSingle Método

Definição

Converte esta estrutura SqlString em SqlSingle.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

Retornos

SqlSingle

Um novo SqlSingle que é igual ao valor numérico deste SqlString.A new SqlSingle that is equal to the numeric value of this SqlString.

Aplica-se a