License:
Version:
Author:
1 2 3 | import Integer = tango.text.convert.Integer; auto i = Integer.parse ("32767"); |
Throws:
See Also:
Throws:
See Also:
Throws:
See Also:
1 | type width prefix |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | "d" integer "u" unsigned "o" octal "b" binary "x" hexadecimal "X" hexadecimal uppercase "d+" integer prefixed with "+" "b#" binary prefixed with "0b" "x#" hexadecimal prefixed with "0x" "X#" hexadecimal prefixed with "0X" "d8" decimal padded to 8 places as required "b8" binary padded to 8 places as required "b8#" binary padded to 8 places and prefixed with "0b" |
Throws:
Throws: