Click or drag to resize
GeneratorUtilsCamelCaseString Method
Camel-cases the string specified, which comes down to lower-casing the first character.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CamelCaseString(
	string toCamelCase
)

Parameters

toCamelCase
Type: SystemString
To camel case.

Return Value

Type: String
See Also