fn toString(self: Managed, allocator: Allocator, base: u8, case: std.fmt.Case) ![]u8

Converts self to a string in the requested base. Memory is allocated from the provided allocator and not the one present in self.

Parameters

self: Managed,
allocator: Allocator,
base: u8,
case: std.fmt.Case,