예제 #1
0
파일: SGA.cs 프로젝트: Ryhon0/SGASharp
 public static string SGAToLatin(this String str, bool upperCase = false)
 => SGA.SGAToLatin(str, upperCase);
예제 #2
0
파일: SGA.cs 프로젝트: Ryhon0/SGASharp
 public static string LatinToSGA(this String str)
 => SGA.LatinToSGA(str);