Base64Decode
Decodes a Base64 encoded string to a plain text string
Syntax
Base64Decode(1)
Function Properties
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Base64 encoded string to decode |
This sample code takes a Base64 encoded string passed to the function and returns a plain text string.