Return the stem of a word.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

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

Parameters

word
Type: System..::.String

See Also