Nevron.Examples.Framework.WinForm Namespace / NCodeHighlighter Class / IsSubstringAtIndex Method


In This Topic
    IsSubstringAtIndex Method (NCodeHighlighter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsSubstringAtIndex( _
       ByVal src As System.String, _
       ByVal match As System.String, _
       ByVal index As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim src As System.String
    Dim match As System.String
    Dim index As System.Integer
    Dim value As System.Boolean
     
    value = NCodeHighlighter.IsSubstringAtIndex(src, match, index)
    public static System.bool IsSubstringAtIndex( 
       System.string src,
       System.string match,
       System.int index
    )

    Parameters

    src
    match
    index
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also