Sdílet prostřednictvím


SqlDecimal.Parse(String) Metoda

Definice

Převede reprezentaci String čísla na jeho SqlDecimal ekvivalent.

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

Parametry

s
String

Hodnota String , která se má analyzovat.

Návraty

Ekvivalent SqlDecimal hodnoty, která je obsažena v zadaném Stringobjektu .

Platí pro

Viz také