コード例 #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);