IsAlphaOrDigit(String,Int32) Method
In This Topic
Indicates whether the character at the specified position in the specified string is a alphabet letter or digit.
Syntax
Parameters
- s
- A string.
- index
- The character position in s.
Return Value
true if the character at position index in s is a alphabet letter or digit; otherwise, false.
See Also