Method NicifyVariableName
NicifyVariableName(string)
Cleans up a variable name for display in UI.
Declaration
public static string NicifyVariableName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The variable name to clean up. |
Returns
| Type | Description |
|---|---|
| string | The display name for the variable. |