Exemple #1
0
 public string ToFullWidth(string str = null)
 {
     return(ResultPipe(StringTool.ToFullWidth(str)));
 }