xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_UUDecode()

Decodes a UUEncoded character string.

Syntax

HB_UUDecode( <cUUEncode> ) --> cString

Arguments

<cUUEncode>
This is an encoded character string previously returned from HB_UUEncode().

Return

The function returns the decoded character string.

Description

HB_UUDecode() decodes a UUEncoded character string in memory and returns the original data. Use function HB_UUDecodeFile() to decode an entire file.

Info

See also:HB_UUDecodeFile(), HB_UUEncode(), HB_UUEncodeFile()
Category: Encoding/Decoding , xHarbour extensions
Source:tip\encoding\UUEncode.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe