Determines if a string is in singular form based on some simple rules.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static bool IsSingular( string value )  | 
| Visual Basic | 
|---|
Public Shared Function IsSingular ( value As String ) As Boolean  | 
Parameters
- value
 - Type: System..::..String
The value to check. 
Return Value
Type: BooleanTrue, if the value is singular