Delphi
.Net Basics
  Delphi Basics Home  |  Delphi .NET Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 ASP Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.UInt64 Structure
 
 Description
The UInt64 structure holds positive integer values from 0 to 18,446,744,073,709,551,615.
 
Note that when converting to Hexadecimal, xFFFFFFFFFFFFFFFF for UInt64 means 18,446,744,073,709,551,615. , but for Int64 it means -1.
 Methods
CompareTo  Compares the current UInt64 value to another
Equals  Determines if the current UInt64 equals another
Parse  Converts a string representation of a UInt64 into a UInt64 value
ToString  Converts the current UInt64 value to a string

 Fields
MinValue  Integer  Smallest possible value : 0 (0x0000000000000000 in hex)
MaxValue  Integer  Largest possible value : 18,446,744,073,709,551,615 (0xFFFFFFFFFFFFFFFF in hex)

 Microsoft MSDN links
 
System
System.UInt64

© CodeGear 2006 - 2007. All rights reserved.