Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
Integer i = Integer.valueOf(s, b);
i := StrToInt64Base(s, b);
i = int(s, b)
i = 0
for value in map(int, s):
i = i * b + value
i = s.to_i(b)
let int = u64::from_str_radix(string_number, base).unwrap();