SqlDouble.Parse(String) Metoda

Definice

Převede reprezentaci String čísla na jeho ekvivalent čísla s plovoucí desetinou čárkou s dvojitou přesností.

public:
 static System::Data::SqlTypes::SqlDouble Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDouble Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlDouble
Public Shared Function Parse (s As String) As SqlDouble

Parametry

s
String

Hodnota String , která se má analyzovat.

Návraty

A SqlDouble , která obsahuje hodnotu reprezentovanou objektem String.

Platí pro

Viz také