[]
        
(Showing Draft Content)

C1.Document.Utils.GetWord

GetWord Method

GetWord(string, int, out int, out int)

Gets the word in the text near to specified position.

Declaration
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)
Parameters
Type Name Description
string s
int p
int start
int length