|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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