MLE functions to work with base64 encoded data(mle-encode-base64)
    Preparing search index...

    Function encode

    • Encode a string or a byte buffer into base64.

      The function converts the characters to bytes as if they were ASCII encoded. Convert the data to an ArrayBuffer first if you need to convert strings with characters outside the ASCII alphabet.

      Parameters

      • input: string | ArrayBuffer | Uint8Array

      Returns string

      a string with base64-encoded data

      Error if the input string contains a character outside of ASCII

      Oracle 23.3