I'm trying to format a telephone number in vb/aspx page. I'm missing something. When I use:
sGMTollFree = Format("8775555555", "(###)###-####")
the function returns the format string (###)###-#### instead of the input string in the proper format (877)555-5555.
Please reply if you can shed light on this. Thanks.
sGMTollFree = Format("8775555555", "(###)###-####")
the function returns the format string (###)###-#### instead of the input string in the proper format (877)555-5555.
Please reply if you can shed light on this. Thanks.