Added a new method ToTitleCase
string ToTitleCase(string input)
Converts the input string to title case (except for words that are entirely in uppercase, which are considered to be acronyms).
https://docs.microsoft.com/en-us/dotnet/api/system.globalization.textinfo.totitlecase?view=netframework-4.7.2
Added support for OutSystems 10