Visual Basic - Unsigned integers
Types for storing unsigned integers.Visual Basic .NET
Other pieces of example codes:Dim x As uinteger=70000
Dim x As ulong=7001234
Dim x As byte=5
Dim x As ushort=280
You can find it in the following collections: integers | numbers | data types
Unsigned integers in another programming language: