Exemple #1
0
 public static string ToBase64(this string val)
 {
     return(FormatUtility.ConvertStringToBase64(val));
 }