驗證身份證號碼格式 C# 支持18位 15位新舊版身份證

  支持18位 15位新舊版身份證.net /// 驗證身份證是否有效 public static bool IsIDCard18 ( string Id ) { long n = 0; if ( long.TryParse ( Id.Remove ( 17 ), out n ) == false || n < Math.Pow ( 10, 16 ) || long.TryParse ( Id
相關文章
相關標籤/搜索