static void Main(string[] args) { FormatAmt s = new FormatAmt(); Console.WriteLine(s.amount(123456, 9)); Console.ReadLine(); }