Table of Contents

Method IsWhitespace

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsWhitespace(string, int)

When implemented by a class, indicates whether the character at the specific position of given string is a whitespace character.

bool IsWhitespace(string s, int pos)

Parameters

s string

The string in which character should be tested.

pos int

The index of character in the given string.

Returns

bool

True if specified character is whitespace; otherwise false.