|
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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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