Click or drag to resize

Utils_StringCamelCaseToDisplay Method

Converts a Camel case text to a displayable text. E.g. "HelloWorld" becomes "Hello world".

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string CamelCaseToDisplay(
	string camelCase,
	bool replaceUnderscores = true
)

Parameters

camelCase
Type: SystemString
replaceUnderscores (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also