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