12 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
22 [__DynamicallyInvokable]
39 uint num = (uint)value;
56 [__DynamicallyInvokable]
74 [__DynamicallyInvokable]
75 public override bool Equals(
object obj)
81 return this == (uint)obj;
89 [__DynamicallyInvokable]
97 [__DynamicallyInvokable]
105 [SecuritySafeCritical]
106 [__DynamicallyInvokable]
115 [SecuritySafeCritical]
116 [__DynamicallyInvokable]
126 [SecuritySafeCritical]
127 [__DynamicallyInvokable]
138 [SecuritySafeCritical]
139 [__DynamicallyInvokable]
151 [CLSCompliant(
false)]
152 [__DynamicallyInvokable]
172 [CLSCompliant(
false)]
173 [__DynamicallyInvokable]
190 [CLSCompliant(
false)]
191 [__DynamicallyInvokable]
212 [CLSCompliant(
false)]
213 [__DynamicallyInvokable]
225 [CLSCompliant(
false)]
226 [__DynamicallyInvokable]
227 public static bool TryParse(
string s, out uint result)
242 [CLSCompliant(
false)]
243 [__DynamicallyInvokable]
261 [__DynamicallyInvokable]
270 [__DynamicallyInvokable]
279 [__DynamicallyInvokable]
288 [__DynamicallyInvokable]
297 [__DynamicallyInvokable]
306 [__DynamicallyInvokable]
315 [__DynamicallyInvokable]
324 [__DynamicallyInvokable]
333 [__DynamicallyInvokable]
342 [__DynamicallyInvokable]
351 [__DynamicallyInvokable]
360 [__DynamicallyInvokable]
369 [__DynamicallyInvokable]
379 [__DynamicallyInvokable]
389 [__DynamicallyInvokable]
392 return Convert.DefaultToType(
this, type, provider);
float ToSingle(IFormatProvider provider)
Converts the value of this instance to an equivalent single-precision floating-point number using the...
override string ToString()
Converts the numeric value of this instance to its equivalent string representation.
Converts a base data type to another base data type.
static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out uint result)
Tries to convert the string representation of a number in a specified style and culture-specific form...
static bool TryParse(string s, out uint result)
Tries to convert the string representation of a number to its 32-bit unsigned integer equivalent....
static long ToInt64(object value)
Converts the value of the specified object to a 64-bit signed integer.
static double ToDouble(object value)
Converts the value of the specified object to a double-precision floating-point number.
double ToDouble(IFormatProvider provider)
Converts the value of this instance to an equivalent double-precision floating-point number using the...
override int GetHashCode()
Returns the hash code for this instance.
bool ToBoolean(IFormatProvider provider)
Converts the value of this instance to an equivalent Boolean value using the specified culture-specif...
TypeCode
Specifies the type of an object.
static float ToSingle(object value)
Converts the value of the specified object to a single-precision floating-point number.
The exception that is thrown for invalid casting or explicit conversion.
char ToChar(IFormatProvider provider)
Converts the value of this instance to an equivalent Unicode character using the specified culture-sp...
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
DateTime ToDateTime(IFormatProvider provider)
Converts the value of this instance to an equivalent T:System.DateTime using the specified culture-sp...
const uint MaxValue
Represents the largest possible value of T:System.UInt32. This field is constant.
sbyte ToSByte(IFormatProvider provider)
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture...
Defines a generalized type-specific comparison method that a value type or class implements to order ...
string ToString(string format, IFormatProvider provider)
Converts the numeric value of this instance to its equivalent string representation using the specifi...
NumberStyles
Determines the styles permitted in numeric string arguments that are passed to the Parse and TryParse...
bool Equals(uint obj)
Returns a value indicating whether this instance is equal to a specified T:System....
static char ToChar(object value)
Converts the value of the specified object to a Unicode character.
Provides information about, and means to manipulate, the current environment and platform....
static bool ToBoolean(object value)
Converts the value of a specified object to an equivalent Boolean value.
decimal ToDecimal(IFormatProvider provider)
Converts the value of this instance to an equivalent T:System.Decimal number using the specified cult...
TypeCode GetTypeCode()
Returns the T:System.TypeCode for value type T:System.UInt32.
int ToInt32(IFormatProvider provider)
Converts the value of this instance to an equivalent 32-bit signed integer using the specified cultur...
string ToString(string format)
Converts the numeric value of this instance to its equivalent string representation using the specifi...
static ushort ToUInt16(object value)
Converts the value of the specified object to a 16-bit unsigned integer.
object ToType(Type conversionType, IFormatProvider provider)
Converts the value of this instance to an T:System.Object of the specified T:System....
static sbyte ToSByte(object value)
Converts the value of the specified object to an 8-bit signed integer.
Represents type declarations: class types, interface types, array types, value types,...
ushort ToUInt16(IFormatProvider provider)
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified cult...
string ToString(IFormatProvider provider)
Converts the numeric value of this instance to its equivalent string representation using the specifi...
short ToInt16(IFormatProvider provider)
Converts the value of this instance to an equivalent 16-bit signed integer using the specified cultur...
static decimal ToDecimal(object value)
Converts the value of the specified object to an equivalent decimal number.
long ToInt64(IFormatProvider provider)
Converts the value of this instance to an equivalent 64-bit signed integer using the specified cultur...
The exception that is thrown when one of the arguments provided to a method is not valid.
static uint Parse(string s, NumberStyles style, IFormatProvider provider)
Converts the string representation of a number in a specified style and culture-specific format to it...
const uint MinValue
Represents the smallest possible value of T:System.UInt32. This field is constant.
static byte ToByte(object value)
Converts the value of the specified object to an 8-bit unsigned integer.
Defines a generalized method that a value type or class implements to create a type-specific method f...
static uint Parse(string s, IFormatProvider provider)
Converts the string representation of a number in a specified culture-specific format to its 32-bit u...
Represents a 32-bit unsigned integer.
static short ToInt16(object value)
Converts the value of the specified object to a 16-bit signed integer.
int CompareTo(object value)
Compares this instance to a specified object and returns an indication of their relative values.
Specifies that the class can be serialized.
override bool Equals(object obj)
Returns a value indicating whether this instance is equal to a specified object.
ulong ToUInt64(IFormatProvider provider)
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified cult...
int CompareTo(uint value)
Compares this instance to a specified 32-bit unsigned integer and returns an indication of their rela...
static ulong ToUInt64(object value)
Converts the value of the specified object to a 64-bit unsigned integer.
static int ToInt32(object value)
Converts the value of the specified object to a 32-bit signed integer.
static uint Parse(string s, NumberStyles style)
Converts the string representation of a number in a specified style to its 32-bit unsigned integer eq...
byte ToByte(IFormatProvider provider)
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified cultu...
Defines methods that convert the value of the implementing reference or value type to a common langua...
static uint Parse(string s)
Converts the string representation of a number to its 32-bit unsigned integer equivalent.
uint ToUInt32(IFormatProvider provider)
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified cult...