...
Excerpt |
---|
Decodes from Base64. This is useful when transferring data like retrieving images stored in a database. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
textToDecode | string | Yes | Text to decode from Base64. |
Return type
String
Returns the input text base64 encoded
...