Select from following answers:- IsNumeric()
- Match()
- Contains()
- TryParse()

- All Above
'TryParse()' is the method used to find that the given string is an integer or not.
If we have both characters and integers in the string, then it is treated as a string of characters.
If we have only integers in the string, then it will satisfy the 'TryParse()' and returns true.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator