fork(4) download
  1. using System;
  2. public class Test
  3. {
  4. public static void Main()
  5. {
  6. int value = 10;
  7. Console.WriteLine(String.Format("{0,2:X2}", (int)value));
  8. }
  9. }
Success #stdin #stdout 0.03s 33928KB
stdin
1
2
10
42
11
stdout
0A