Hi,
It is impossible to get literal semicolon in output of isc.NumberUtil.format.
isc.NumberUtil.format(123, "0.00 '€'") gives "Invalid format string "0.00 '€'" - contains mismatched quotes" because semicolon is first used to separate positive and negative parts;
Best regards,
Janusz
It is impossible to get literal semicolon in output of isc.NumberUtil.format.
isc.NumberUtil.format(123, "0.00 '€'") gives "Invalid format string "0.00 '€'" - contains mismatched quotes" because semicolon is first used to separate positive and negative parts;
Best regards,
Janusz
Comment