Print

StringToBase64

StringToBase64() function encodes some content as base64 string.

Syntax

StringToBase64(contentToEncode);

Arguments

  • contentToEncode – (String) a string content that will be encoded.

Return value

Returns base64 encoded string.

Type: String.

Examples

Example 1:
A „result” variable will contain the given „Hello World!” text as base64 encoded string.

result = StringToBase64("Hello World!");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?