Click or drag to resize
TextHelperSplitCamelCase Method
Splits the camel cased input text into separate words.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<string> SplitCamelCase(
	string text
)

Parameters

text
Type: SystemString
Camel cased text

Return Value

Type: IEnumerableString
See Also