Internet Direct (Indy)
Home
PreviousUpNext
GBase64CodeTable Constant

Represents the valid characters that constitute the Base64 alphabet.

Pascal
GBase64CodeTable: string = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

GBase64CodeTable is a String constant Represents the valid characters that constitute the Base64 alphabet. GBase64CodeTable is used as the value for the TIdEncoderMIME coding table. 

The following table identifies the characters in the Base64 alphabet: 

 

 
 
 
 
 
 
 
 
 
 
 
 
 
 

 

An additional character, the "=" character, has special significance in the Base64 encoding scheme; it is used as a padding character.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.