AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de cifrado/compresión
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
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/05/2023

Señalar un error o enviar una sugerencia | Ayuda local