Exemplo n.º 1
0
 public static string ToChienesMoney(this decimal num)
 {
     var em = new EcanRMB();
     return em.CmycurD(num);
 }