Creates a human-friendly string suitable for use as a display name.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string Humanize(
	string name
)
Visual Basic (Declaration)
Public Shared Function Humanize ( _
	name As String _
) As String

Parameters

name
Type: System..::.String
The programmatic name for which a display name is required.

Return Value

The human-friendly name.

See Also