FlexReport for WinForms
IsWholeWord メソッド (Utils)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > Utils クラス : IsWholeWord メソッド
The specified word
The text to search the word.
The position of the word to evaluate in text.
Determines if the entire word is contained in the specified string.
シンタックス
'宣言
 
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
The specified word
text
The text to search the word.
idx
The position of the word to evaluate in text.

戻り値の型

True if the entire word is contained in the specified string; false otherwise.
参照

参照

Utils クラス
Utils メンバ