New to Kendo UI for AngularStart a free 30-day trial

NumberPipe

Formats a number value to a string based on the requested format. This pipe uses the IntlService.

ts
  <ul>
    <li>{{decimal | kendoNumber:'c' }}</li>
    <li>{{stringNumber | kendoNumber:'p' }}</li>
    <li>{{int | kendoNumber:'##.00' }}</li>
 </ul>

Methods

transform

Converts a Number object into a string based on the specified format. If no format is provided, the value is formatted as decimal number using the "n" format.

Parameters

value

any

The number that will be formatted.

format?

string | NumberFormatOptions

The format string or options (optional).

localeId?

string

The locale ID that will be used in place of the default one (optional).

Returns

any

The formatted number as a string.

In this article
Methods
Not finding the help you need?
Contact Support