Posts by Nicollas Braga • 141 points
1 post
- 
		4 votes3 answers4613 viewsA: Create a Mask for Cpf using XamarinWell, if anyone wants something simpler on PCL just add this function in the Textchanged from entry, textCell void cpfMask(object sender, EventArgs e) { var ev = e as TextChangedEventArgs; if…