'DeclarationPublic Shared Function IsSubstringAtIndex( _ ByVal src As System.String, _ ByVal match As System.String, _ ByVal index As System.Integer _ ) As System.Boolean
'UsageDim 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)
Parameters
- src
- match
- index