Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | base64Decode(textToDecode [, is_binary]) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Decodes from Base64. This is useful when transferring data like retrieving images stored in a database. |
Decodes from Base64. This is useful when transferring data like retrieving images stored in a database.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
textToDecode | String | Yes | Text to decode from Base64. | is_binary | Boolean | No | Flag that specifies text is binary so it can be decoded properly. |
|
Return Type
String
Returns the input text decoded from base64
Example
Code Block |
---|
return base64Decode("RW5jb2RlIHRoaXMgdGV4dCE="); |
Returns "Encode this text!"
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "string_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|