SqlDecimal.Parse(String) Méthode

Définition

Convertit la String représentation d’un nombre en son SqlDecimal équivalent.

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

Paramètres

s
String

À String analyser.

Retours

Équivalent SqlDecimal à la valeur contenue dans le fichier spécifié String.

S’applique à

Voir aussi