Language.NoiseResponse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test to see if a word can be ignored in a resposne.
public static bool NoiseResponse (string word);
static member NoiseResponse : string -> bool
Public Shared Function NoiseResponse (word As String) As Boolean
Parameters
- word
- String
Word to test.
Returns
True if word is a NonWord(String) or stop words.