camel_case_to_lower_case


Description:

public static string camel_case_to_lower_case (string camel_case)

Converts a string from CamelCase to lower_case.

Parameters:

camel_case

a string in camel case

Returns:

the specified string converted to lower case