Numeric format

By default, DevCenter uses scientific notation to format long number output.

DataStax DevCenter is compatible with DataStax Enterprise (DSE) versions up to 5.0.

By default, DevCenter uses scientific notation to format long numberoutput. However, you can change this by adding or editing the devcenter.number.format parameter in the DevCenter-installation-directory/configuration/config.ini file.

devcenter.number.format=#,##0.###

By setting this property, you can choose which separators to use in long numeric values and how to represent the decimal point according to locale or requirements. For example:

Value Mask Output
123456.789 ###,###.### 123,456.789
123456.789 ###.## 123456.79
123.78 000000.000 000123.780
12345.67 $###,###.### $12,345.67