'宣言 Public Function Match( _ ByVal text As System.String, _ ByVal startIndex As System.Integer _ ) As System.Integer
public System.int Match( System.string text, System.int startIndex )
パラメータ
- text
- The text.
- startIndex
- The start index.
戻り値の型
Return the matched length. Zero indicates no matched.