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