public static bool getIP(string s,out IPAddress ip) { return IPAddress.TryParse(s, out ip); }