lower_case_to_camel_case


Description:

public static string lower_case_to_camel_case (string lower_case)

Converts a string from lower_case to CamelCase.

Parameters:

lower_case

a string in lower case

Returns:

the specified string converted to camel case