10
In the registration, the user registers his phone and this field is masked (99)99999-9999 and this is saved in the BD. if I want to use only the DDD of this, and the separate numbers, how should I proceed? in case I wanted DDD 99 Number 999999. I’m using MVC, I needed this data so to use in Controller.
What is saved in the database is the phone with the mask? Then the field is
string
?– Leonel Sanches da Silva
That’s right @Ciganomorrisonmendez
– Fabio Souza