UInt32 構造体
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ <CLSCompliantAttribute(False)> _ Public Structure UInt32 Implements IComparable, IFormattable, IConvertible, IComparable(Of UInteger), _ IEquatable(Of UInteger)
[SerializableAttribute] [ComVisibleAttribute(true)] [CLSCompliantAttribute(false)] public struct UInt32 : IComparable, IFormattable, IConvertible, IComparable<uint>, IEquatable<uint>
[SerializableAttribute] [ComVisibleAttribute(true)] [CLSCompliantAttribute(false)] public value class UInt32 : IComparable, IFormattable, IConvertible, IComparable<unsigned int>, IEquatable<unsigned int>

UInt32 値型は、値が 0 から 4,294,967,295 までの範囲の符号なし整数を表します。
UInt32 は、この型の複数のインスタンスを比較したり、インスタンスの値を String 形式に変換したり、数値の String 形式をこの型のインスタンスに変換するためのメソッドを提供します。
書式指定コードで値型の String 形式を制御する方法については、「書式設定の概要」を参照してください。
この型は、IComparable、IComparable、IFormattable、IConvertible の各インターフェイスを実装します。この型の明示的な IConvertible インターフェイス メンバの実装の代わりに、Convert クラスを使用します。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- UInt32 構造体のページへのリンク