Skip to content

Commit b513b70

Browse files
Update README.md
1 parent 4b03a0b commit b513b70

File tree

1 file changed

+52
-2
lines changed

1 file changed

+52
-2
lines changed

README.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,52 @@
1-
# How-to-truncate-the-trailing-zero-s-in-Xamarin.Forms-SfNumericTextBox.
2-
This demo sample explains how to truncate the trailing zero's in Xamarin.Forms SfNumericTextBox.
1+
# How to truncate the trailing zero's in Xamarin.Forms SfNumericTextBox
2+
3+
This repository contains sample for how to truncate the trailing zero's in the [Syncfusion Xamarin.Forms Numeric TextBox](https://help.syncfusion.com/xamarin/numeric-entry/getting-started) control.
4+
5+
Please refer the KB through this [link](https://www.syncfusion.com/kb/11749/how-to-truncate-the-trailing-zeros-in-xamarin-forms-numeric-control-sfnumerictextbox).
6+
7+
## Syncfusion controls:
8+
9+
This project used the following Syncfusion control(s):
10+
* [SfNumericTextBox](https://www.syncfusion.com/xamarin-ui-controls/xamarin-numeric-entry)
11+
12+
## Supported platforms
13+
14+
| Platforms | Supported versions |
15+
| --------- | ------------------ |
16+
| Android | API level 21 and later versions |
17+
| iOS | iOS 9.0 and later versions |
18+
| UWP | Windows 10 devices |
19+
20+
## Requirements to run the sample
21+
22+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/)
23+
24+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements)
25+
26+
## How to run the sample
27+
28+
1. Clone the sample and open it in Visual Studio.
29+
30+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
31+
32+
2. Register your license key in the App.xaml.cs file as demonstrated in the following code.
33+
34+
public App()
35+
{
36+
//Register Syncfusion license
37+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
38+
39+
InitializeComponent();
40+
41+
MainPage = new App1.MainPage();
42+
}
43+
44+
Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details.
45+
46+
3. Clean and build the application.
47+
48+
4. Run the application.
49+
50+
## License
51+
52+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.

0 commit comments

Comments
 (0)