Saturday 17 September 2011

reedlyULong of Hex

public class Test

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

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

End class

No comments:

Post a Comment