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