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.4.0.0 (5.4.0)
Syntaxpublic static string CamelCaseString(
	string toCamelCase
)
Public Shared Function CamelCaseString ( 
	toCamelCase As String
) As String
Parameters
- toCamelCase
 - Type: SystemString
To camel case. 
Return Value
Type: 
String
See Also