FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
string | static base64ToString(string base64) Decode a Base64-encoded string. Ignores any embedded whitespace. |
string | static stringToBase64(string input) Encode a string in Base64. Adds appropriate == padding and splits long lines with \n newlines. |
Action detail |
---|
string static base64ToString(string base64)Decode a Base64-encoded string. Ignores any embedded whitespace.
string static stringToBase64(string input)Encode a string in Base64. Adds appropriate == padding and splits long lines with \n newlines.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |