Returns True if the input text matches the specified wildcard pattern passed as argument.
シンタックス
'宣言
Public Function MatchWildcardPattern( _
ByVal As System.String, _
ByVal As System.String _
) As System.Boolean
public System.bool MatchWildcardPattern(
System.string ,
System.string
)
パラメータ
- text
- The input string to match.
- pattern
- The wildcard pattern.
参照