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