ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Decodes a character string in UUEncode format.
Note: This string was previously encoded with the UUEncode function..
Example
// Encodage d'une chaîne
Res = UUEncode("Le numéro de mon compte est 0123456789")

// ...

// Décodage de la chaîne
ChaîneDécodée is string
ChaîneDécodée = UUDecode(Res)
Syntax
<Result> = UUDecode(<String to Decode>)
<Result>: Character string
String decoded according to the UUEncode algorithm.
<String to Decode>: Character string
Text to decode. This text was encoded by UUEncode.
Component: wd300std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help