[This is preliminary documentation and is subject to change.]

Hyphenates the specified word.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public HyphenResult Hyphenate(
	string word
)
Visual Basic (Declaration)
Public Function Hyphenate ( _
	word As String _
) As HyphenResult
Visual C++
public:
HyphenResult^ Hyphenate(
	String^ word
)

Parameters

word
Type: System..::.String
The word.

Return Value

the result of the hyphenation

See Also