IGUtils.

ConvertFieldNameToFriendly(string, bool) Method

Summary

Adds spaces to `fieldName` before each uppercase letter and removes any underscores from the start.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string ConvertFieldNameToFriendly(string fieldName, bool uppercaseFirst = false)

Parameters

Name Type Description
fieldName string
uppercaseFirst bool

Return Value

Type Description
string