Text Component

Fnd_Text_EncodeBase64Blob

Fnd_Text_EncodeBase64Blob (->blob{; line breaks?{; line break character(s)}})

Legacy manual page 237

Parameters

ParameterTypeDescription
blobPointerPointer to a blob containing ASCII text
line breaks?BooleanAdd line breaks (optional)
line break characterText2 characters for line break (optional)

Description

The Fnd_Text_EncodeBase64Blob method converts a blob from ASCII text to Base64. If the optional line breaks is true, line breaks will be added to the blob. If the optional line break character is passed, it will be used as the line break character in the blob.

Fnd_Text_EncodeBase64Blob (->blob; true; "LF")
Extracted source text
            Fnd_Text_EncodeBase64Blob (->blob{; line breaks?{; line break character(s)}})

              Parameter                Type               Description
              blob                     Pointer            Pointer to a blob containing ASCII text
              line breaks?             Boolean            Add line breaks (optional)
              line break character     Text               2 characters for line break (optional)

            The Fnd_Text_EncodeBase64Blob method converts a blob from ASCII text to Base64. If the optional
            line breaks is true, line breaks will be added to the blob. If the optional line break character is passed, it
            will be used as the line break character in the blob.

              Fnd_Text_EncodeBase64Blob (->blob; true; "LF")