[]
Gets the text which is "near" to specified position.
public static void GetNearText(string text, int position, int length, out string nearText, out int positionInNearText)
Public Shared Sub GetNearText(text As String, position As Integer, length As Integer, ByRef nearText As String, ByRef positionInNearText As Integer)
| Type | Name | Description |
|---|---|---|
| string | text | |
| int | position | |
| int | length | |
| string | nearText | |
| int | positionInNearText |