ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Encryption/compression functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Decodes a character string in UUEncode format.
Remark: This string was encoded by UUEncode.
Example
// Encode a string
Res = UUEncode("My account number is 0123456789")
 
// ...
 
// Decode the string
DecodedString is string
DecodedString = 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: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/02/2023

Send a report | Local help