Method IsWhitespace
IsWhitespace(string, int)
Indicates whether the character at the specific position of the string collection is a whitespace character.
public virtual bool IsWhitespace(string s, int pos)
Parameters
s
stringThe string in which character should be tested.
pos
intThe index of character in the specific string.
Returns
- bool
True if specified character is whitespace; otherwise false.