Converts a base64 string back to a string
public static string FromBase64String(string base64, Encoding encoding)
Parameters
base64
A base 64 string
encoding
Optional encoding - if not passed assumed to be Unicode
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic