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