FormatPhoneNumber options
Application Type
Mobile

I need to format a number string into a phone number in this format:

(111) 999-1000

FormatPhoneNumber provides formatting, but wants to output something like this:

"+351-21.4153737"

Is it possible get the simpler format using this method, or something else more suitable?

Thanks

Hi Lorenzo,

Please try this 

FormatPhoneNumber("1119991000",3,3,4,"(",") ","-")

Best Regards 

Devendra

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.