mscorlib(4.0.0.0) API with additions
System.UInt32 Member List

This is the complete list of members for System.UInt32, including all inherited members.

CompareTo(object value)System.UInt32
CompareTo(uint value)System.UInt32
Equals(object obj)System.UInt32
Equals(uint obj)System.UInt32
IEquatable< uint >.Equals(T other)System.IEquatable< uint >
GetHashCode()System.UInt32
GetTypeCode()System.UInt32
MaxValueSystem.UInt32
MinValueSystem.UInt32
Parse(string s)System.UInt32static
Parse(string s, NumberStyles style)System.UInt32static
Parse(string s, IFormatProvider provider)System.UInt32static
Parse(string s, NumberStyles style, IFormatProvider provider)System.UInt32static
ToBoolean(IFormatProvider provider)System.UInt32
ToByte(IFormatProvider provider)System.UInt32
ToChar(IFormatProvider provider)System.UInt32
ToDateTime(IFormatProvider provider)System.UInt32
ToDecimal(IFormatProvider provider)System.UInt32
ToDouble(IFormatProvider provider)System.UInt32
ToInt16(IFormatProvider provider)System.UInt32
ToInt32(IFormatProvider provider)System.UInt32
ToInt64(IFormatProvider provider)System.UInt32
ToSByte(IFormatProvider provider)System.UInt32
ToSingle(IFormatProvider provider)System.UInt32
ToString()System.UInt32
ToString(IFormatProvider provider)System.UInt32
ToString(string format)System.UInt32
ToString(string format, IFormatProvider provider)System.UInt32
ToType(Type type, IFormatProvider provider)System.UInt32
ToUInt16(IFormatProvider provider)System.UInt32
ToUInt32(IFormatProvider provider)System.UInt32
ToUInt64(IFormatProvider provider)System.UInt32
TryParse(string s, out uint result)System.UInt32static
TryParse(string s, NumberStyles style, IFormatProvider provider, out uint result)System.UInt32static