Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / IsWholeWord Method

In This Topic
    IsWholeWord Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsWholeWord( _
       ByVal word As String, _
       ByVal text As String, _
       ByVal idx As Integer _
    ) As Boolean
    public static bool IsWholeWord( 
       string word,
       string text,
       int idx
    )

    Parameters

    word
    text
    idx
    See Also