Parses a string into an uint primitive.
string
uint
Sample:
string str = "128"; uint value = parseUInt(str);