Usage

This section covers how to apply format definitions at runtime in iTwin.js applications. These topics focus on the practical implementation of quantity formatting and parsing using providers, formatters, and parsers.

Overview

Runtime usage involves:

  • Providing formats: Using format providers to supply format definitions
  • Formatting and parsing: Converting numeric values to formatted strings and parsing user input back to numeric values
  • Converting units: Applying unit conversions between persistence and display units

Topics

This section is organized by developer persona and common workflows:

Providers

For Application Developers - Essential for setting up formatting infrastructure

Learn about UnitsProvider and FormatsProvider implementations, including BasicUnitsProvider, SchemaUnitProvider, SchemaFormatsProvider, MutableFormatsProvider, and FormatSetFormatsProvider. Covers how to register and configure providers during application initialization or when an iModel is opened.

Parsing and Formatting

For Library/Tool Developers - Core concepts for building reusable components

Deep dive into FormatterSpec and ParserSpec usage, parser behavior and error handling, and how iTwin tools and components use these specs for formatting values for display and parsing user input. Includes integration patterns with QuantityFormatter and examples from measure tools.

Unit Conversion

For All Developers - Understanding the conversion layer is not mandatory, but it is informative, and it helps developers who want to retrieve unit conversions values.

Understand how UnitConversionSpec works and how unit conversions are performed between persistence units and display units during formatting and parsing operations.

Additional Resources

See Also

Last Updated: 02 February, 2026