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

To String , co se má analyzovat.

Návraty

Ekvivalent SqlDecimal hodnoty obsažené v zadané Stringhodnotě .

Platí pro

Viz také