Hunspell Spell Method
Spell check the word.

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public bool Spell(
	string word
)

Parameters

word
Type: System String
The word.

Return Value

Type: Boolean
true if word is correct, false otherwise
See Also