SqlDecimal.Parse(String) Metodo

Definizione

Converte la String rappresentazione 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

Oggetto String da analizzare.

Valori restituiti

Equivalente SqlDecimal al valore contenuto nell'oggetto specificato String.

Si applica a

Vedi anche