digitalmars.D - String <-> Int
- __me (1/1) Aug 11 2004 how to convert strings to ints and vice versa?
- Jarrett Billingsley (4/4) Aug 11 2004 import std.string;
import std.string; that module has a lot of toString() functions to convert to strings. it also has an atoi() function that you can use to convert from a string to an integer. :)
Aug 11 2004