Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NSpellChecker Class / IsCorrect Method


In This Topic
    IsCorrect Method (NSpellChecker)
    In This Topic
    Returns true if the word at [beginIndex, endIndex] is correct
    Syntax
    'Declaration
     
    
    Public Overridable Function IsCorrect( _
       ByVal chars() As System.Char, _
       ByVal beginIndex As System.Integer, _
       ByVal endIndex As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSpellChecker
    Dim chars() As System.Char
    Dim beginIndex As System.Integer
    Dim endIndex As System.Integer
    Dim value As System.Boolean
     
    value = instance.IsCorrect(chars, beginIndex, endIndex)
    public virtual System.bool IsCorrect( 
       System.char[] chars,
       System.int beginIndex,
       System.int endIndex
    )

    Parameters

    chars
    beginIndex
    endIndex
    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