[This is preliminary documentation and is subject to change.]

Spell check the word.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public bool Spell(
	string word
)
Visual Basic (Declaration)
Public Function Spell ( _
	word As String _
) As Boolean
Visual C++
public:
bool Spell(
	String^ word
)

Parameters

word
Type: System..::.String
The word.

Return Value

true if word is corrct, false otherwise

See Also