Method ToUInt32
ToUInt32(string)
Converts a string to a UInt32.
[CLSCompliant(false)]
public static uint ToUInt32(string value)Parameters
- valuestring
- The value. 
Returns
- uint
- A UInt32. 
Converts a string to a UInt32.
[CLSCompliant(false)]
public static uint ToUInt32(string value)value stringThe value.
A UInt32.