ulong Data Type (Visual Studio - 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 1.8E+19.

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.

Properties and Methods

UInt64

Requirements

Version .NET

See Also

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)