Example #1
0
 public string FeesToString()
 {
     return(MoneyFee.ToString() + " + " + PercentageFee.ToShortClearString() + "%");
 }