| Hunspell Spell Method |
Spell check the word.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public bool Spell(
string word
)
Public Function Spell (
word As String
) As Boolean
public:
bool Spell(
String^ word
)
member Spell :
word : string -> bool
Parameters
- word
- Type: System String
The word.
Return Value
Type: Boolean
true if word is correct,
false otherwise
See Also