'宣言 Public Shared Function ContainsIdent( _ ByVal s As System.String, _ ByVal ident As System.String _ ) As System.Boolean
'使用法 Dim s As System.String Dim ident As System.String Dim value As System.Boolean value = StringParser.ContainsIdent(s, ident)
パラメータ
- s
- String to check.
- ident
- Ident to check.
戻り値の型
Returns true if ident used, false otherwise.