| UInt32 Structure | 
Namespace: System
 Syntax
Syntax[SerializableAttribute] public struct UInt32 : IComparable, IFormattable, IConvertible, IComparable<uint>, IEquatable<uint>
The UInt32 type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompareTo(Object) | Compares this instance to a specified object and returns an indication of their relative values. | 
|  | CompareTo(UInt32) | Compares this instance to a specified 32-bit unsigned integer and returns an indication of their relative values. | 
|  | Equals(Object) | Returns a value indicating whether this instance is equal to a specified object.(Overrides ValueTypeEquals(Object).) | 
|  | Equals(UInt32) | Returns a value indicating whether this instance is equal to a specified UInt32. | 
|  | GetHashCode | Returns the hash code for this instance.(Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Converts the numeric value of this instance to its equivalent string representation.(Overrides ValueTypeToString.) | 
|  | ToString(IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. | 
|  | ToString(String) | Converts the numeric value of this instance to its equivalent string representation using the specified format. | 
|  | ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | MaxValue | Represents the largest possible value of UInt32. This field is constant. | 
|   | MinValue | Represents the smallest possible value of UInt32. This field is constant. | 
 See Also
See Also