Posts by Clovis Coli • 51 points
1 post
-
5
votes3
answers4613
viewsA: Create a Mask for Cpf using Xamarin
I gave an improved code to facilitate the reuse of the code, follows below: public class Mask : Java.Lang.Object, ITextWatcher { private readonly EditText _editText; private readonly string _mask;…