Language.NoiseWord(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 is all noise.
public static bool NoiseWord(string word);static member NoiseWord : string -> boolPublic Shared Function NoiseWord (word As String) As BooleanParameters
- word
- String
Word to test.
Returns
True if word is a number, a NonWord(String) or a stop word."/>.