Decode4to3 function

function Decode4to3(Const Value, Table: string): string;

Unit
SynaCode

Description
Decode 4to3 encoding with given table. This function is used internally for Base64, UU or XX decoding.

See also:
DecodeBase64, DecodeUU, DecodeXX