| [Overview][Types][Classes][Procedures and functions][Index] | 
Decodes a Base64 encoded string and returns the decoded data as a string.
Source position: base64.pp line 91
| function DecodeStringBase64( | 
| const s: String | 
| ):String; | 
| s | 
 | The base64 encoded string to decode | 
The base64 decoded version of S
DecodeStringBase64 decodes the string s (containing Base 64 encoded data) returns the decoded data as a string. It uses a TBase64DecodingStream to do this.
| 
 | Decodes a Base64 encoded string and returns the decoded data as a string. | |
| 
 | Base64 Decoding stream |