SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Locale-Aware Number Formatting

The sap.ui.core.format.NumberFormat class is used to parse a string representation of a number and to format a number value into a string. Developers use it to control how numeric data is displayed or processed in SAP UI5 applications, ensuring numbers are presented according to locale or custom formatting rules. More details are available in the Number Format documentation.

Tutorials that teach this

Docs explaining this concept

Prerequisites