HasAutoCorrection Method
HasAutoCorrection(String, out String)
When implemented by a class, checks whether specified word has correction.
Declaration
bool HasAutoCorrection(string word, out string correctWord)
Parameters
Type | Name | Description |
---|---|---|
String | word | Word that should be corrected. |
String | correctWord | Receives a corrected word. |
Returns
Type | Description |
---|---|
Boolean | True if word has correction; otherwise false. |