SyntaxFix
Write A Post
Hire A Developer
Questions
To take care of your extension issue, how about:
string formatString = "###-###-#### ####"; returnValue = Convert.ToInt64(phoneNumber) .ToString(formatString.Substring(0,phoneNumber.Length+3)) .Trim();