TextHelperSplitCamelCase Method |
Splits the camel cased input text into separate words.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static IEnumerable<string> SplitCamelCase(
string text
)
Parameters
- text
- Type: SystemString
Camel cased text
Return Value
Type:
IEnumerableStringSee Also