Base64Decode
Decodes a Base64 encoded string to a plain text string
Base64Decode(1)
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.