# i32 `````{roto:type} i32 The signed 32-bit integer type This type can represent integers from -2147483648 up to (and including) 2147483647. ````` ````{roto:function} to_string(self: i32) -> String Convert this value into a `String` ````