ULong of Hex : ULong « Data Type « VB.Net Tutorial






public class Test

   public Shared Sub Main
        Dim flags As ULong
        flags = &H64 ' Hexadecimal &H64 = 6 * 16 + 4 = 96 + 4 = 100.

        Console.WriteLine(Hex(flags)) ' Hexadecimal.
   End Sub

End class
64








2.6.ULong
2.6.1.ULong of Decimal
2.6.2.ULong of Hex
2.6.3.ULong of Oct