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