|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax Remarks
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
See Also