Validator
Validator copied to clipboard
Obviously the methods themselves are pretty well self-documented but I still think Xml documentation is needed.
Both the IsInt methods and IsNumeric methods seem to be doing the same thing. This might be okay for JS, but in C#, at best, it's just a little redundant,...
As of right now, this library is merely a direct port of @chriso's [validator.js](https://github.com/chriso/validator.js). In the future I want to predicate validation attributes for Asp Mvc and such on top...