He could always translate it to Hex when converting it to a string in 1 move:
vb Code:
  1. Dim Numb As Integer = 255
  2. MessageBox.Show(Numb.ToString("X"))
The vb code for this is the same too: C# convert integer to hex and back again - Stack Overflow