using System; public class Test { public static void Main() { int value = 10; Console.WriteLine(String.Format("{0:X2}", (int)10)); } }