Returns a camel cased name from the given identifier.
            
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public string GetCamelCaseName( string value )  | 
| Visual Basic | 
|---|
Public Function GetCamelCaseName ( value As String ) As String  | 
Parameters
- value
 - Type: System..::..String