Converts/Encodes a String into Base64 (URI) encoded string. UTF-8 is supported. Inverse function convertBase64StringToString
The string to be converted
Determine whether the resulting string shall be URI compatible, or not. Default is true
true
The Base64 String representing the input string. The string is already URI encoded, i.e. can be used directly in browsers
Converts/Encodes a String into Base64 (URI) encoded string. UTF-8 is supported. Inverse function convertBase64StringToString