Contact: aviboots(AT)netvision.net.il
41,229 questions
53,731 answers
573 users
Module Module1 Sub Main() Console.WriteLine(System.Runtime.InteropServices.Marshal.SizeOf(GetType(UInteger))) Console.WriteLine(UInteger.MinValue) Console.WriteLine(UInteger.MaxValue) End Sub End Module ' run: ' ' 4 ' 0 ' 4294967295