Knight Data Access Layer
IsPlural Method




KellermanSoftware.NetDataAccessLayer Namespace > Pluralization Class : IsPlural Method
The word to check
Returns true if the word is plural
Syntax
Public Shared Function IsPlural( _
   ByVal word As String _
) As Boolean
Dim word As String
Dim value As Boolean
 
value = Pluralization.IsPlural(word)
public static bool IsPlural( 
   string word
)
public: static bool IsPlural( 
   string* word
) 
public:
static bool IsPlural( 
   String^ word
) 

Parameters

word
The word to check
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