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

[Missing <summary> documentation for "M:NHunspell.Hyphen.Hyphenate(System.String)"]

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

[Missing <param name="word"/> documentation for "M:NHunspell.Hyphen.Hyphenate(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHunspell.Hyphen.Hyphenate(System.String)"]

See Also