Uhm, so I have run into this before. I want to do this.
PhoneNumber = String.Format("{0:(###) ###-####}", compView.PHONE_NUMBER),
BUT! compView.PHONE_NUMBER is already a string 🙁 so it doesn’t work. my first thought was to create an extension method but then I thought maybe I would put this out to people and see if someone out in the community had any better suggestions.
Thanks!
if your phone number a string, you can try