| Hunspell Remove Method |
Removes the specified word.
Namespace: NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax public bool Remove(
string word
)
Public Function Remove (
word As String
) As Boolean
public:
bool Remove(
String^ word
)
member Remove :
word : string -> bool
Parameters
- word
- Type: System String
The word.
Return Value
Type: Boolean
true if the word was successfully removed, otherwise
falseExceptions Exception | Condition |
---|
InvalidOperationException |
Dictionary is not loaded
|
See Also