忘記密碼?

Blogs about: Regex

酷網誌

利用Regex檢查是否為數值(ASP.NET)

kuanglian2000 wrote 1 month ago: public bool CheckIsNumber(string val) { Regex reNum = new Regex(@”^\d+$”); bool isNumeri … more →

標籤: 個人雜記, ASP.NET, example, number, check


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS