Method HasAutoCorrection
HasAutoCorrection(string, out string)
When implemented by a class, checks whether specified word has correction.
bool HasAutoCorrection(string word, out string correctWord)
Parameters
Returns
- bool
True if word has correction; otherwise false.