Bean Software Search Control Documentation   
 
 
     




IsNoiseWord Method


Description:
Check does specific word belong to NoiseWords collection.

[Visual Basic .NET]

Public Function IsNoiseWord(ByVal Word As String) As Boolean

[C#]

public Boolean IsNoiseWord(String Word);

Word
   A string that you want to check is it noise word.

True, if string Word is a noise word.
False, if string Word is not a noise word.