Documentation

Text::DecodeBase64

Function

string Text::DecodeBase64(const string&in, bool url = false)

Decode a base64 encoded string to a string. Note that if you want to decode binary data, you should probably use MemoryBuffer::WriteFromBase64 instead.

string

bool url

Whether to use URL-encoded unpadded base64 decoding or not.

Returns string