xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_Base64Decode()

Decodes a base 64 encoded character string.

Syntax

HB_Base64Decode( <cBase64> ) --> cString

Arguments

<cBase64>
This is an encoded character string previously returned from HB_Base64Encode().

Return

The function returns the decoded character string.

Description

HB_Base64Decode() decodes a base 64 encoded character string in memory and returns the original data. Use function HB_Base64DecodeFile() to decode an entire file.

Info

See also:HB_Base64DecodeFile(), HB_Base64Encode(), HB_Base64EncodeFile()
Category: Encoding/Decoding , xHarbour extensions
Source:tip\encoding\Base64.c
LIB:xhb.lib
DLL:xhbdll.dll


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