Relational greater than operator.
static bool greaterThanDecStr(String a, String b) { return Decimal.parse(a) > Decimal.parse(b); }