FlexReport for WPF
IsWholeWord メソッド (Utils)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : IsWholeWord メソッド
指定された単語
単語を検索するテキスト。
評価する単語のテキスト内での位置。
指定された文字列内に単語全体が含まれるかどうかを判定します。
シンタックス
'宣言
 
Public Shared Function IsWholeWord( _
   ByVal word As System.String, _
   ByVal text As System.String, _
   ByVal idx As System.Integer _
) As System.Boolean
'使用法
 
Dim word As System.String
Dim text As System.String
Dim idx As System.Integer
Dim value As System.Boolean
 
value = Utils.IsWholeWord(word, text, idx)
public static System.bool IsWholeWord( 
   System.string word,
   System.string text,
   System.int idx
)

パラメータ

word
指定された単語
text
単語を検索するテキスト。
idx
評価する単語のテキスト内での位置。

戻り値の型

指定された文字列内に単語全体が含まれる場合は true、そうでない場合は false。
参照

Utils クラス
Utils メンバ