Keyoti RapidSpell Web .NET Help Docs
LookUp Method (query)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerLookUp(String)
Keyoti RapidSpell Web .NET
Checks if query is in the main dictionary or user.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool LookUp(
	string query
)
Public Overridable Function LookUp ( _
	query As String _
) As Boolean
public:
virtual bool LookUp(
	String^ query
)
Parameters
query (String)
the word to check spelling of
Return Value
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.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625