New to Kendo UI for Angular? Start 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 | ||||||||||||
| ||||||||||||
|