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