Decode64

<< Click to Display Table of Contents >>

Navigation:  Classes > TBase64Encoder > Methods >

Decode64

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

 

ETYPE=Method

 

Declaration:

Delphi:

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

C++:

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

 

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