Skip to content

CamelCaseExtensions

Camel case extensions for strings. Example of camel case: "camelCaseExtensions"

Methods

string string.SplitCamelCase(string separator)

Split camel case with a separator (typically a space).

string string.ToCamelCase()

Convert any case format to camel case.