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