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
)
Public Shared Function ToTitleCase (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to convert.
Return Value
Type:
StringThe string converted to title case.
See Also