- StringAdd
- StringBufferLen
- StringCompare
- StringConcatenate
- StringFill
- StringFind
- StringGetCharacter
- StringInit
- StringLen
- StringSetLength
- StringReplace
- StringReserve
- StringSetCharacter
- StringSplit
- StringSubstr
- StringToLower
- StringToUpper
- StringTrimLeft
- StringTrimRight
StringToUpper
Transforme en majuscules tous les symboles de la chaîne donnée.
bool StringToUpper(
|
Paramètres
string_var
[in][out] La chaîne de caractères.
Valeur de Retour
Retourne true en cas d'erreur, Sinon retourne false. Pour obtenir le code de l'erreur il faut appeler la fonction GetLastError().
Exemple :
void OnStart()
|
Voir aussi