|
StringExtensionsToTitleCase Method
|
Converts the provided string into title case (upper case first letter of each word).
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
Remarks
Note: This function performs "ToLower" in input string then applies
ToTitleCase(String) for specified
culture.
This way, even strings formatted in all-caps will still be properly formatted.
See Also