Aide:StringIsXDigit.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
StringIsXDigit

###Description###
Checks if a string contains only hexadecimal digit (0-9, A-F) characters.

###Syntax###
StringIsXDigit ( "string" )


###Parameters###
@@ParamTable@@
string
	The string to check
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if string contains non-hexadecimal characters.
@@End@@


###Remarks###
Valid characters are <b>0123456789abcdefABCDEF</b>  Note that a string containing whitespace or the "0x" prefix will cause StringIsXDigit to return 0.

###Related###
StringIsAlNum, StringIsAlpha, StringIsASCII, StringIsDigit, StringIsLower, StringIsSpace, StringIsUpper, StringUpper, StringLower


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
StringIsXDigit

###Description###
Vérifie si une chaîne contient uniquement des caractères hexadécimaux (0-9, A-F).


###Syntax###
StringIsXDigit ( "string" )


###Parameters###
@@ParamTable@@
string
	La chaîne à vérifier
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne 1.
Échec:	Retourne 0 si la chaîne contient des caractères non-hexadécimaux.
@@End@@


###Remarks###
Les caractères valides sont <b>0123456789abcdefABCDEF</b>. Notez qu'une chaîne contenant des espaces blancs ou le préfixe "0x" fera que StringIsXDigit retournera 0 comme valeur de retour.


###Related###
<a href="StringIsAlNum.htm">StringIsAlNum</a>, <a href="StringIsAlpha.htm">StringIsAlpha</a>, <a href="StringIsASCII.htm">StringIsASCII</a>, <a href="SStringIsDigit.htm">StringIsDigit</a>, <a href="StringIsLower.htm">StringIsLower</a>, <a href="StringIsSpace.htm">StringIsSpace</a>, <a href="StringIsUpper.htm">StringIsUpper</a>, <a href="StringUpper.htm">StringUpper</a>, <a href="StringLower.htm">StringLower</a>


###Example###
@@IncludeExample@@


Traducteur : Alex74

Contributeurs (pour les modifications avant le Wiki) : Tlem