toString

libtorrent to_string(std::int64_t): decimal text of n with a well-defined, locale-independent result. It handles Long.MIN_VALUE correctly. That magnitude is not representable as a positive signed Long, so the digits are produced via unsigned arithmetic, exactly as the C++ does.