DelphiBasics
  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
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.UInt16 Structure
 
 Description
The UInt16 structure holds positive integer values from 0 to 65535.
 
Note that when converting to Hexadecimal, xFFFF for UInt16 means 65535, but for Int16 it means -1.
 Methods
CompareTo  Compares the current UInt16 value to another
Equals  Determines if the current UInt16 equals another
Parse  Converts a string representation of a UInt16 into a UInt16 value
ToString  Converts the current UInt16 value to a string

 Fields
MinValue  Integer  Smallest possible value : 0 (0x0000 in hex)
MaxValue  Integer  Largest possible value : 65535 (0xFFFF in hex)

 Microsoft MSDN links
 
System
System.uint16
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page