title | page_title | description | position | previous_url | slug |
---|---|---|---|---|---|
Numeric Format String |
.NET MAUI NumericInput Documentation - Numeric String Format |
Learn more about the numeric format in the Telerik UI for .NET MAUI NumericInput control. |
3 |
/controls/numericinput/numericinput-numeric-string-format |
numericinput-numeric-string-format |
The NumericInput provides you the option to define the format of its numeric value. The desired format which will be applied when the control loses focus.
The StringFormat
(string
) specifies the string format applied to the numeric value when the control loses focus.
You can find detailed information about the supported numeric formats in the Standard Numeric Format Strings Microsoft documentation.
Define the NumericInput.
Add the telerik
namespace:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
Check below the result on different platforms:
- [Globalization]({%slug numericinput-globalization%})
- [Commands]({%slug numericinput-commands%})