AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de cifrado/compresión
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Decodes a character string in UUEncode format.
Note: This string was previously encoded with the UUEncode function..
Ejemplo
// Encode a string
Res = UUEncode("My account number is 0123456789")

// ...

// Decode the string
DecodedString is string
DecodedString = UUDecode(Res)
Sintaxis
<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.
Componente: wd300std.dll
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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