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 leading m_, _ or the k before the capital letter.