Partager via


StringExtensions.IsDecimal(String) Méthode

Définition

Vérifie si une chaîne peut être convertie Decimal en type.

public static bool IsDecimal (this string value);
static member IsDecimal : string -> bool
<Extension()>
Public Function IsDecimal (value As String) As Boolean

Paramètres

value
String

Valeur de chaîne à tester.

Retours

true si value peut être converti en type spécifié ; sinon, false.

S’applique à