flcBase64 Namespace

Represents namespace flcBase64.

 NameDescription
b64_MIMEBase64

Represents constant b64_MIMEBase64.

b64_UUEncode

Represents constant b64_UUEncode.

b64_XXEncode

Represents constant b64_XXEncode.

Top
 NameDescription
DecodeBase64(RawByteString,RawByteString,ByteCharSet)

Represents method DecodeBase64(RawByteString,RawByteString,ByteCharSet).

EncodeBase64(RawByteString,RawByteString,Boolean,Integer,AnsiChar)

Represents method EncodeBase64(RawByteString,RawByteString,Boolean,Integer,AnsiChar).

MIMEBase64Decode(RawByteString)

Represents method MIMEBase64Decode(RawByteString).

MIMEBase64Encode(RawByteString)

Represents method MIMEBase64Encode(RawByteString).

UUDecode(RawByteString)

Represents method UUDecode(RawByteString).

XXDecode(RawByteString)

Represents method XXDecode(RawByteString).

Top