Text Component
Fnd_Text_Base64ToText
Fnd_Text_Base64ToText (text) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| text | Text | Text to convert from Base64 to ASCII text |
| Function result | Text | Decoded text |
Description
This function returns the ASCII text of the converted Base64 text.
$tASCII_t:=Fnd_Text_Base64ToText (tSomeBase64Text_t)
Extracted source text
Fnd_Text_Base64ToText (text) ➜ Text
Parameter Type Description
text Text Text to convert from Base64 to ASCII text
Function result Text Decoded text
This function returns the ASCII text of the converted Base64 text.
$tASCII_t:=Fnd_Text_Base64ToText (tSomeBase64Text_t)