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