Click or drag to resize

StringUtilsToTitleCase Method

Convert the specified string to title case (leading caps).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToTitleCase(
	string s
)

Parameters

s
Type: SystemString
The string to convert.

Return Value

Type: String
The string converted to title case.
See Also