ConversionToTitleCase Method

Return a representation of the caller's string formatted as Title Case text.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToTitleCase(
	string value
)

Parameters

value  String
The value to format.

Return Value

String
Formatted result.

See Also