|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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