UltimateSpell Class Library |
AutoCorrector..::..AutoCorrect Method |
AutoCorrector Class See Also Send Feedback |
Return the correct spelling of a word.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public string AutoCorrect( string word ) |
Visual Basic |
---|
Public Function AutoCorrect ( _ word As String _ ) As String |
Visual C++ |
---|
public: String^ AutoCorrect( String^ word ) |
Parameters
- word
- Type: System..::..String