GetWordAt Method
GetWordAt(IStringItem, Int32, out Int32, out Int32)
Checks word accordingly to specified conditions.
Declaration
public virtual bool GetWordAt(IStringItem item, int pos, out int left, out int right)
Parameters
Type | Name | Description |
---|---|---|
IStringItem | item | IStringItem where word should be checked. |
Int32 | pos | Position to check. |
Int32 | left | Receives start character number of the word. |
Int32 | right | Receives end character number of the word. |
Returns
Type | Description |
---|---|
Boolean | True if succeed; otherwise false. |