Partager via


StringExtensions.IsInt(String) Méthode

Définition

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

public static bool IsInt (this string value);
static member IsInt : string -> bool
<Extension()>
Public Function IsInt (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 à