FlexReport for WinForms
ContainsIdent メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > StringParser クラス : ContainsIdent メソッド
String to check.
Ident to check.
Checks whether specified ident exists in the string. Method uses StringParser.Params.DefaultIgnoreCase.
シンタックス
'宣言
 
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)
public static System.bool ContainsIdent( 
   System.string s,
   System.string ident
)

パラメータ

s
String to check.
ident
Ident to check.

戻り値の型

Returns true if ident used, false otherwise.
参照

参照

StringParser クラス
StringParser メンバ