Extract the integer value i from its string representation s, in radix b
i = int(s, b)
import "strconv"
i, err := strconv.ParseInt(s, b, 0)
Integer i = Integer.valueOf(s, b);
i := StrToInt64Base(s, b);
i = s.to_i(b)
No security, no password. Other people might choose the same nickname.