コード例 #1
0
 public string ConvertAmount(string amount)
 {
     return(_numConvertor.amountToString(amount, true));
 }