ulong Data Type (JScript) 

The ulong type is stored as an eight-byte unsigned integer.

The ulong type can represent integers in the range from 0 through about 1020.

The corresponding .NET Framework data type is UInt64. The properties and methods of the ulong data type are the same as the UInt64 properties and methods.

Show: