xHarbour Reference Documentation > Function Reference |
Decodes a base 64 encoded character string.
HB_Base64Decode( <cBase64> ) --> cString
The function returns the decoded character string.
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.
See also: | HB_Base64DecodeFile(), HB_Base64Encode(), HB_Base64EncodeFile() |
Category: | Encoding/Decoding , xHarbour extensions |
Source: | tip\encoding\Base64.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com