Skip to main content
September 23, 2022
Question

How to convert URL to base 64

  • September 23, 2022
  • 1 reply
  • 0 views

I want to convert, a Url into base 64 format, is there any possible way except encodebase64string() function

    1 reply

    mikes0011
    Brainy
    September 23, 2022

    Why wouldn't you be able to use encodeBase64String()

    You could always build your own base 64 encoder, but that seems like a waste of effort (unless you just really enjoy the coding challenge, that is...)

    The Expression Guru