252627282930313233
return eF; String s = asString(eF, false); String res = ValueFormatter.format(value, s); if (res != null) return new ExprString(res); else return ExprError.VALUE; }