Formats the provided address to a string with the provided separator
formatToString([192, 168, 100, 10]); // "192.168.100.10" Copy
formatToString([192, 168, 100, 10]); // "192.168.100.10"
"." Copy
"."
Formats the provided address to a string with the provided separator