String format(IPAddress this): byte1.toString() + '.' + byte2.toString() + '.' + byte3.toString() + '.' + byte4.toString();