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