Checks if query is in the main dictionary or user.

C# | C# | Visual Basic | Visual Basic | Visual 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

- query (String)
- the word to check spelling of

Boolean
true if spelt correctly, false if not in dictionary
true if spelt correctly, false if not in dictionary

This method is inconsiderate of the words in IgnoreList.

Exception | Condition |
---|---|
ArgumentNullException | if query parameter is null. |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412