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






public class Test

   public Shared Sub Main
        Dim flags As ULong
        flags = 100 ' Decimal 100.

        Console.WriteLine(flags)      ' Decimal.
   End Sub

End class
100








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