Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 474 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 474 Bytes

How to validate the controls in Xamarin.Forms

If any user interface enterprise application receives the input, our common requirement will be to validate the provided information (such as Email address, password, phone number) whether it satisfies the desired format and range for further processing. You can validate the data in user interface control by using the built-in validations such as INotifyDataErrorInfo and Data annotation while following the MVVM pattern.