CodeGenerationUtilities.GetCamelCase(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Conver the input string to camel case by lower-casing the first character
public:
static System::String ^ GetCamelCase(System::String ^ input);
public static string GetCamelCase (string input);
static member GetCamelCase : string -> string
Public Shared Function GetCamelCase (input As String) As String
Parameters
- input
- String