Integer format: X8
Module Example Sub Main() Dim value As Integer value = &h2045e Console.WriteLine(value.ToString("X8")) End Sub End Module