using System;class MainClass{ static void Main() { Console.WriteLine("{0,-10:x} -- Hexadecimal integer", 1194719); }} 123adf -- Hexadecimal integer