IGUtils.

ConvertCamelCaseToFriendly(string, bool) Method

Summary

Adds spaces to `camelCase` before each uppercase letter.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string ConvertCamelCaseToFriendly(string camelCase, bool uppercaseFirst = false)

Parameters

Name Type Description
camelCase string
uppercaseFirst bool

Return Value

Type Description
string