Decodes a string of data which has been encoded using base-64 encoding.
Introduced: X17.
<string> TXTextControl.atobUTF8(<string> inputString, [<boolean> keepBOM])
Parameter | Description |
---|---|
input |
A base-64 encoded unicode string. |
keep |
Optional. Set this to true in case the original string had a byte order mark and you want to keep it. |
The original unicode string.