Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / GetWord Method

In This Topic
    GetWord Method
    In This Topic
    Gets the word in the text near to specified position.
    Syntax
    'Declaration
     
    Public Shared Sub GetWord( _
       ByVal s As String, _
       ByVal p As Integer, _
       ByRef start As Integer, _
       ByRef length As Integer _
    ) 
    public static void GetWord( 
       string s,
       int p,
       out int start,
       out int length
    )

    Parameters

    s
    p
    start
    length
    See Also