DesignerEventControllerOnNamePluralToSingularConversion Method  | 
 
            Called when the NamePluralToSingularConversion event is raised from code
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic static string OnNamePluralToSingularConversion(
	string toProcess
)
Public Shared Function OnNamePluralToSingularConversion ( 
	toProcess As String
) As String
Parameters
- toProcess
 - Type: SystemString
To process. 
Return Value
Type: 
StringThe output result after toProcess has been processed.
See Also