Skip to content

Use This File To Validate Your Own Project This File Contains Class Based On Validation

Notifications You must be signed in to change notification settings

ENG-CJ/Validations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Validations

Use This File To Validate Your Own Project This File Contains Class Based On Validation

Contents

You Can Use This Validator Class to validate project data such as TextBoxes,Comparing Emails, Email Format, Bkanks , Passwords, CheckBoxes, RadioButtons, Dates And Much more.
File Contains Dependencies [ krypton toolkit ui ] Download it from github search krypton toolkit

How To Use Validators In This Class

Syntax To Use Validators MainClass.SubClass.MethodName(params)
MainClass: is the class that holds all the class and methods
SubClass: is the child class that holds its method validators
MethodName: is the method that validate your data

---Example (usage); if you want to validate emails you can use class named email inside this file

Validations.Emails.IsValidEmail(email);
Validations : is the main class
Emails : is the subClass
IsValidEmail(email): is the method that checks if the email is a correct format and uses one argument as paramter and that argument its datatype is a string

More Details

Language: C#
Compatible : Winforms Projects and Simple Files
Author : Abdulrahman Haaji
Up-to-date : True
Reach Me: abdulrahmandev10@gmail.com

About

Use This File To Validate Your Own Project This File Contains Class Based On Validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages