SqlDouble.Parse(String) Metoda

Definice

Převede reprezentaci String čísla na ekvivalent čísla s plovoucí desetinnou čá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

To String , co se má analyzovat.

Návraty

A SqlDouble obsahující hodnotu reprezentovanou Stringhodnotou .

Platí pro

Viz také