uce/doc/pages/int_val.txt
2022-01-21 09:10:38 +00:00

12 lines
241 B
Plaintext

:sig
u64 int_val(String s, u32 base = 10)
:params
s : string to be converted
base : number system base (default 10)
return value : a u64 containing the number (0 if no number could be identified).
:desc
Extracts an integer from a String.