let intToString x = sprintf "x is %i" x // format int to string let stringToInt x = System.Int32.Parse(x)