Exemple #1
0
 public static string SGAToLatin(this String str, bool upperCase = false)
 => SGA.SGAToLatin(str, upperCase);
Exemple #2
0
 public static string LatinToSGA(this String str)
 => SGA.LatinToSGA(str);