Keyoti RapidSpell Desktop .NET API Docs
LookUp Method (query)
APIKeyoti.RapidSpellRapidSpellCheckerLookUp(String)
Keyoti RapidSpell Desktop .NET
Checks if query is in the main dictionary or user.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool LookUp(
	string query
)
public virtual bool LookUp(
	string query
)
Public Overridable Function LookUp ( 
	query As String
) As Boolean
Public Overridable Function LookUp ( 
	query As String
) As Boolean
public:
virtual bool LookUp(
	String^ query
)
public:
virtual bool LookUp(
	String^ query
)
abstract LookUp : 
        query : string -> bool 
override LookUp : 
        query : string -> bool 
abstract LookUp : 
        query : string -> bool 
override LookUp : 
        query : string -> bool 
Parameters
query (String)
the word to check spelling of
Return Value
Boolean
true if spelt correctly, false if not in dictionary
Remarks
This method is inconsiderate of the words in IgnoreList.
Exceptions
ExceptionCondition
ArgumentNullException if query parameter is null.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412