Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class / Find Method


In This Topic
    Find Method (StringSearch)
    In This Topic
    Searches the value string, starting at a specified index, for a character sequence that matches the provided pattern.
    Syntax
    'Declaration
     
    
    Public Function Find( _
       ByVal value As String, _
       ByVal startIndex As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As StringSearch
    Dim value As String
    Dim startIndex As Integer
    Dim value As Boolean
     
    value = instance.Find(value, startIndex)
    public bool Find( 
       string value,
       int startIndex
    )

    Parameters

    value
    startIndex
    See Also