NevronOpenVision
Nevron.Nov.Text.SpellCheck Namespace / NTernarySpellCheckDictionary Class / IsCorrect Method
The char array the word is part of.
The inclusive start char index of the word.
The inclusive end char index of the word.
IsCorrect Method (NTernarySpellCheckDictionary)
Checks whether the given word is correct according to this spell check dictionary.
Syntax
public override System.bool IsCorrect( 
   System.char[] chars,
   System.int startIndex,
   System.int endIndex
)

Parameters

chars
The char array the word is part of.
startIndex
The inclusive start char index of the word.
endIndex
The inclusive end char index of the word.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also