fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5.  
  6. Dim phone As String = "86022494387"
  7.  
  8. Console.WriteLine(String.Format("{0:(###) ###-####}", phone))
  9.  
  10. ' Console.WriteLine(Long.Parse(""))
  11. End Sub
  12. End Class
Success #stdin #stdout 0.06s 13336KB
stdin
Standard input is empty
stdout
86022494387