Adds word to the user dictionary (if it has been specified).


- word (String)
- String to add to user dictionary, if it is being used.

boolean true if the word was is now in the user dictionary, false if the word could not be added to the user dictionary.

Exception | Condition |
---|---|
ArgumentNullException | If word parameter is null. |