|
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.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
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