gsql_to_uint()
Converts the string representation of an unsigned integer to an unsigned integer.
-
If the input string is the string representation of an unsigned int, the function returns that integer.
-
If the input string is the string representation of a non-negative float, the function returns that number cast as an int.