public class Test public Shared Sub Main Dim flags As ULong flags = 100 ' Decimal 100. Console.WriteLine(flags) ' Decimal. End Sub End class
100