Aide:StringIsASCII.txt

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

Document original V3.3.6.1 :

###Function###
StringIsASCII

###Description###
Checks if a string contains only ASCII characters in the range 0x00 - 0x7f (0 - 127).

###Syntax###
StringIsASCII ( "string" )


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

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if string contains extended ASCII characters.
@@End@@


###Remarks###
None.


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


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


Document traduit V3.3.6.1 :

###Function###
StringIsASCII

###Description###
Vérifie si la chaîne contient uniquement des caractères ASCII compris entre 0x00 et 0x7f (0 - 127).


###Syntax###
StringIsASCII ( "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 ASCII étendus.
@@End@@


###Remarks###
Aucune.


###Related###
<a href="StringIsAlNum.htm">StringIsAlNum</a>, <a href="StringIsAlpha.htm">StringIsAlpha</a>, <a href="StringIsDigit.htm">StringIsDigit</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="StringUpper.htm">StringUpper</a>, <a href="StringLower.htm">StringLower</a>


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


Traducteur : Alex74

Contributeurs (pour les modifications avant le Wiki) : Tlem