|
|
|
|
UUDecode (Function) In french: UUDécode Decodes a character string in UUEncode format. Remark: This string was encoded by UUEncode.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|