Return Type | Function name | Arguments |
---|---|---|
hzEcode | Base64Decode | (hzChain&,const hzString&,) |
Declared in file: hzCodec.h
Defined in file : hzCodec.cpp
Function Logic:
Function body:
hzEcode Base64Decode (hzChain& Decoded, const hzString& str) { return Base64Decode(Decoded, *str) ; }