如何将system.net.ipaddress转换为system.collection arraylist

时间:2014-10-01 15:31:33

标签: vb.net

我有一个有多个ip地址的服务器。我正在使用system.net.ipaddress类来获取这些。现在我想将这些多个ips移动到一个字符串数组,以便我可以根据需要删除一些值。当我尝试这个

Private ArrIpAddress As IPAddress()
Private IpAddressList As ArrayList()

IpAddressList = ArrIpAddress

我收到此错误 system.net.ipaddress的类型1维数组的值无法转换为system.collections.arraylist的1维数组

任何帮助将不胜感激。

0 个答案:

没有答案