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
item
IStringItemIStringItem where word should be checked.
pos
intPosition to check.
left
intReceives start character number of the word.
right
intReceives end character number of the word.
Returns
- bool
True if succeed; otherwise false.