[]
Gets the word in the text near to specified position.
public static void GetWord(string s, int p, out int start, out int length)
Public Shared Sub GetWord(s As String, p As Integer, ByRef start As Integer, ByRef length As Integer)
| Type | Name | Description |
|---|---|---|
| string | s | |
| int | p | |
| int | start | |
| int | length |