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.3013.4544
C#
public static string ToTitleCase(
	string value
)

Parameters

value  String
The value to format.

Return Value

String
Formatted result.

See Also