Convert.ToUInt32 Method
Converts the specified string representation of a number to an equivalent 32-bit unsigned integer.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
[CLSCompliantAttribute(false)]
public static UInt32 ToUInt32 (
string value
)
Parameters
- value
A string that contains the number to convert.
Return Value
A 32-bit unsigned integer that is equivalent to the number in value, or 0 (zero) if value is null.
Version Information
Available in the .NET Micro Framework version 4.2.