Dumb question.
I cant seem to find ToTitleCase anywhere.
TextInfo textInfo = Translater.ci.TextInfo;
textInfo.ToTitleCase("this is a test"); // doesnt exist
do i have to make my own method? I've seen people using it on xamarin before.