Sets whether to treat hyphenated (-) words as separate words, default is false.
| C# | Visual Basic | Visual C++ | F# |
void SetSeparateHyphenWords( bool f )
Sub SetSeparateHyphenWords ( f As Boolean )
void SetSeparateHyphenWords( bool f )
abstract SetSeparateHyphenWords : f : bool -> unit
- f (Boolean)
For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals",
otherwise this will be treated as one word "cheap-deals".
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204