Language.ArticleOrNone(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 a word for articles or noise.
public static bool ArticleOrNone(string word);static member ArticleOrNone : string -> boolPublic Shared Function ArticleOrNone (word As String) As BooleanParameters
- word
- String
Word to test.
Returns
True if word is NonWord(String) or an article.