Summary
Adds spaces to `camelCase` before each uppercase letter and removes any underscores from the start.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static string ConvertFieldNameToFriendly(string fieldName, bool uppercaseFirst = false)
Parameters
Name | Type | Description |
---|---|---|
fieldName | string | |
uppercaseFirst | bool |
Return Value
Type | Description |
---|---|
string |