| DesignerEventControllerOnNameSingularToPluralConversion Method  | 
            Called when the NameSingularToPluralConversion event is raised from code
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ExtensibilityAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static string OnNameSingularToPluralConversion(
	string toProcess
)
Public Shared Function OnNameSingularToPluralConversion ( 
	toProcess As String
) As String
Parameters
- toProcess
 - Type: SystemString
To process. 
Return Value
Type: 
StringThe output result after toProcess has been processed.
See Also