antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Rename the Validate() method to TryValidate() #40

Closed bigpilot closed 3 years ago

bigpilot commented 4 years ago

TryValidate() is more in line with the TryParse() syntax.