ShopToolsUtilFromTitleCase Method

Convert a string from its title case representation to one with string separators.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string FromTitleCase(
	string titleCaseString
)

Parameters

titleCaseString  String
The title case string to separate.

Return Value

String
A string with separators prior to each capital letter except the first.

See Also