Whether the word defined by the parameters is a word or whitespace.
| C# | Visual Basic | Visual C++ | F# |
protected internal virtual bool IsWord( int wordStart, int wordEnd )
Protected Friend Overridable Function IsWord ( wordStart As Integer, wordEnd As Integer ) As Boolean
protected public: virtual bool IsWord( int wordStart, int wordEnd )
abstract IsWord : wordStart : int * wordEnd : int -> bool override IsWord : wordStart : int * wordEnd : int -> bool
Boolean
True if is a word, false if whitespace.
True if is a word, false if whitespace.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)