xHarbour Reference Documentation > Function Reference |
Decodes a UUEncoded character string.
HB_UUDecode( <cUUEncode> ) --> cString
The function returns the decoded character string.
HB_UUDecode() decodes a UUEncoded character string in memory and returns the original data. Use function HB_UUDecodeFile() to decode an entire file.
See also: | HB_UUDecodeFile(), HB_UUEncode(), HB_UUEncodeFile() |
Category: | Encoding/Decoding , xHarbour extensions |
Source: | tip\encoding\UUEncode.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com