Stem Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Return the stem of a word.

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

Syntax

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

Parameters

word
Type: System..::..String

See Also