Relational less than or equal operator.
static bool thanOrEqualDecStr(String a, String b) { return Decimal.parse(a) <= Decimal.parse(b); }