Knight Data Access Layer
MakeSingular Method




KellermanSoftware.NetDataAccessLayer Namespace > Pluralization Class : MakeSingular Method
Word to make singular
Make a word singular
Syntax
Public Shared Function MakeSingular( _
   ByVal word As String _
) As String
Dim word As String
Dim value As String
 
value = Pluralization.MakeSingular(word)
public static string MakeSingular( 
   string word
)
public: static string* MakeSingular( 
   string* word
) 
public:
static String^ MakeSingular( 
   String^ word
) 

Parameters

word
Word to make singular
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Pluralization Class
Pluralization Members