Aide:StringIsDigit.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
StringIsDigit
###Description###
Checks if a string contains only digit (0-9) characters.
###Syntax###
StringIsDigit ( "string" )
###Parameters###
@@ParamTable@@
string
The string to check
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns 1.
Failure: Returns 0 if string contains non-digits.
@@End@@
###Remarks###
See examples.
###Related###
StringIsAlNum, StringIsAlpha, StringIsASCII, StringIsLower, StringIsSpace, StringIsUpper, StringIsXDigit, StringIsInt
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
StringIsDigit
###Description###
Vérifie si une chaîne contient uniquement des chiffres (0-9).
###Syntax###
StringIsDigit ( "string" )
###Parameters###
@@ParamTable@@
string
La chaîne de caractères à vérifier
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne 1.
Échec: Retourne 0 si la chaîne contient des caractères autres que des chiffres.
@@End@@
###Remarks###
Voir les exemples.
###Related###
<a href="StringIsAlNum.htm">StringIsAlNum</a>, <a href="StringIsAlpha.htm">StringIsAlpha</a>, <a href="StringIsASCII.htm">StringIsASCII</a>, <a href="StringIsLower.htm">StringIsLower</a>, <a href="StringIsSpace.htm">StringIsSpace</a>, <a href="StringIsUpper.htm">StringIsUpper</a>, <a href="StringIsXDigit.htm">StringIsXDigit</a>, <a href="StringIsInt.htm">StringIsInt</a>
###Example###
@@IncludeExample@@
Traducteur : Alex74
Contributeurs (pour les modifications avant le Wiki) : matwachich, Tlem