Converts all user dictionary entries to a string array.
public string[] ToArray();
Public Function ToArray() As String()
The return value is a string array of all user dictionary entries. If the user dictionary is not added to the TXSpell.Dictionaries or TXSpellChecker.Dictionaries DictionaryCollection, the method returns an empty string array.