Method GetWordAt
GetWordAt(IStringItem, int, out int, out int)
Checks word accordingly to specified conditions.
public virtual bool GetWordAt(IStringItem item, int pos, out int left, out int right)
Parameters
itemIStringItemIStringItem where word should be checked.
posintPosition to check.
leftintReceives start character number of the word.
rightintReceives end character number of the word.
Returns
- bool
True if succeed; otherwise false.