Table of Contents

Method HasAutoCorrection

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

HasAutoCorrection(string, out string)

Checks whether specified word has correction.

public virtual bool HasAutoCorrection(string word, out string correctWord)

Parameters

word string

Word that should be corrected.

correctWord string

Receives a corrected word.

Returns

bool

True if word has correction; otherwise false.