Click or drag to resize
TextHelperToTitleCase Method
Converts the specified string to title case.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string ToTitleCase(
	string text
)

Parameters

text
Type: SystemString
Input text

Return Value

Type: String
See Also