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.2.0.0 (5.2.17.0403)
Syntax public 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