Google News
logo
ASP.NET - Quiz(MCQ)
Which of the function is used to check textbox only contain number?
A)
char.IsDigit
B)
char.IsNumber
C)
char.IsLetter
D)
char.IsLetterOrDigit

Correct Answer :   char.IsDigit

Advertisement