'DeclarationPublic Function Match( _ ByVal text As String, _ ByVal startIndex As Integer _ ) As Integer
public int Match( string text, int startIndex )
Parameters
- text
- startIndex
'DeclarationPublic Function Match( _ ByVal text As String, _ ByVal startIndex As Integer _ ) As Integer
public int Match( string text, int startIndex )