Method TransformWord
TransformWord(string)
Implement this method to perform transformations on loaded words from the dictionary. Return null to reject the word from the dictionary.
public override string TransformWord(string word)Parameters
- wordstring
- The word to transform 
Returns
- string
- The transformed version of the word, or null to reject.