我想验证我的小型应用程序的国民身份证号码。
There are only 9 digits there is a letter at the end 'x' or 'v' (both capital and simple letters) 3rd digit can not be equal to 4 or 9
如何使用 Visual Studio 2010 验证这一点?我可以使用正则表达式来验证这一点吗?
c# validation
c# ×1
validation ×1