Skip to content

stevelydford/webmatrix-validations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

webmatrix-validations

Simple validation functions for use with WebMatrix / ASP.NET WebPages.

Comparisons

Several methods used to compare any two values of the same type, where the type implements IComparable. This includes all built-in numeric types and strings.

Range Validation

A single method (IsBetween()) which returns true if the passed in value falls between the specified minimum and maximum values (inclusive). Again, this can be used with any type that implements IComparable.

Pattern Matching

Several methods used to match strings to common Regex patterns.

About

Validation functions for ASP.NET Web Pages (WebMatrix)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published