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