|
-
May 13th, 2013, 07:50 PM
#4
Re: Removing a Specific Item from Array
 Originally Posted by digitaldrew
The registrar requires domains be sent in an array..not a List.
Doesn't much a difference. An array can be converted to a List(Of T) by calling its ToList method. You can convert the arrays to lists, remove, add etc to it and you can convert the list or lists back into arrays by calling ToArray.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|