ShopToolsUtilExpandCamelCase Method

Expand a camel-case value to alphanumeric with spaces.

Definition

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

Parameters

value  String
Value to expand.

Return Value

String
Alphanumeric string with spaces.

See Also