So in my program I have an Entry like so:
Entry
and this is bound to a property.
I ha
TextInfo textInfo = new CultureInfo("pt-BR", false).TextInfo; entryName.Text = textInfo.ToTitleCase(entryName.Text);