Spelling.TestWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.TestWord Method 

Checks to see if the word is in the dictionary

[Visual Basic]Public Function TestWord( _
   ByVal word As String _
) As Boolean
[C#]
public bool TestWord(
   string word
);

Parameters

word

The word to check

Return Value

Returns true if word is found in dictionary

See Also

Spelling Class | NetSpell.SpellChecker Namespace