Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.32 KB

numeric-string-format.md

File metadata and controls

41 lines (26 loc) · 1.32 KB
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

.NET MAUI Numeric Format String

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.

String Format

The StringFormat(string) specifies the string format applied to the numeric value when the control loses focus.

Standard Numeric Format Strings

You can find detailed information about the supported numeric formats in the Standard Numeric Format Strings Microsoft documentation.

Example

Define the NumericInput.

Add the telerik namespace:

xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"

Check below the result on different platforms:

NumericInput String Format

See Also

  • [Globalization]({%slug numericinput-globalization%})
  • [Commands]({%slug numericinput-commands%})