DecodeBase64

<< Click to Display Table of Contents >>

Navigation:  Classes > TBase64Encoder > Methods >

DecodeBase64

SIGNATURE=IW.Common.Strings.TBase64Encoder.DecodeBase64@string@TBytes

 

ETYPE=Method

 

Declaration:

Delphi:

public class procedure DecodeBase64(const S: string; out Res: TBytes); overload;

C++:

void public: __fastcall DecodeBase64(const String S, TBytes Res);

 

Description: This is DecodeBase64, a member of class TBase64Encoder.