Text Component

Fnd_Text_TextToBase64

Fnd_Text_TextToBase64 (text) -> Text

Legacy manual page 239

Parameters

ParameterTypeDescription
textTextText to encode in Base64
Function resultTextEncoded Base64 text

Description

This function returns Base64 encoded text.

$base64_t:=Fnd_Text_TextToBase64 (text_t)
Extracted source text
            Fnd_Text_TextToBase64 (text) ➜ Text

              Parameter                Type                 Description
              text                     Text                 Text to encode in Base64
              Function result          Text                 Encoded Base64 text

            This function returns Base64 encoded text.
              $base64_t:=Fnd_Text_TextToBase64 (text_t)