Skip to content

decodeBase64String

string decodeBase64String(text)

Apply the Base64 decoder to an input string and return the result.

ParameterRequired?Description
textYBase64 encoded character buffer. May be empty.

Released under the Apache-2.0 License.