Base64Url encode and decode

Also, If you need to decode a base64 encoded STR such as the Basic authentication credentials in HTTP requests, use the below expression:

= #base64EncodedString#.ToBytesFromBase64().ToString("UTF8")

The string YWRtaW46YWRtaW4= will result in admin:admin.