XmlConvert.ToDecimal(String) Méthode

Définition

Convertit la chaîne String en un équivalent Decimal.

public:
 static System::Decimal ToDecimal(System::String ^ s);
public static decimal ToDecimal (string s);
static member ToDecimal : string -> decimal
Public Shared Function ToDecimal (s As String) As Decimal

Paramètres

s
String

Chaîne à convertir.

Retours

Équivalent Decimal de la chaîne.

Exceptions

s a la valeur null.

Le format de s est incorrect.

s représente un nombre inférieur à Decimal.MinValue ou supérieur à Decimal.MaxValue.

S’applique à