SqlDecimal.Parse(String) Metodo

Definizione

Converte la rappresentazione String di un numero nell'equivalente SqlDecimal.

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

Parametri

s
String

String da analizzare.

Restituisce

Oggetto SqlDecimal equivalente al valore contenuto nell'oggetto String specificato.

Si applica a

Vedi anche