public void TryParseInto() { foreach (string str in Addresses) { IPv4Address.TryParseInto(str, buffer); } }