Ad
  • Custom User Avatar

    Just trying to work this out to make sure I understand so bear with me :)

    long.Parse() parses whatever you pass it, like any other parser yes?

    string.Concat(numbers) You do this to turn the array into a pure string?

    .ToString("(000) 000-0000"); Provides the formatting for the outputed result?

    Thanks in advance!