Beispiel #1
0
 public static string FromBase64(this string val)
 {
     return(FormatUtility.ConvertBase64ToString(val));
 }