Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

CultureInfo.CurrentCulture.TextInfo.ToTitleCase is gone?

$
0
0

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.


Viewing all articles
Browse latest Browse all 58056

Trending Articles