Topic Path: Symbol Reference > Constants > GBase64CodeTable Constant
ContentsIndexHome
PreviousUpNext
GBase64CodeTable Constant

Represents the valid characters that constitute the Base64 alphabet.

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.