NicifyVariableName
NicifyVariableName(string)
public static string NicifyVariableName(string name) ;
Description
Process the variable name into a displayable name.
Parameters
Parameter Name | Description |
---|---|
name | Variable name |
Returns
Returns a displayable name.
Remarks
Insert a space before the capital letter and remove the leadingm_
,_
or thek
before the capital letter.