Text Component

Fnd_Text_Base64ToText

Fnd_Text_Base64ToText (text) -> Text

Legacy manual page 236

Parameters

ParameterTypeDescription
textTextText to convert from Base64 to ASCII text
Function resultTextDecoded 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)