Hi,
A component I use needs a collection to be added to it.
I get a list from user in a multi line text box.
So how can I add it?
The list is multi line but is string and object needs collection.
So when I use this:
ThirdPartyObject.List.AddRange(ListTextBoxX.Text)
Warning 1 Runtime errors might occur when converting 'String' to 'System.Collections.ICollection'.
A component I use needs a collection to be added to it.
I get a list from user in a multi line text box.
So how can I add it?
The list is multi line but is string and object needs collection.
So when I use this:
ThirdPartyObject.List.AddRange(ListTextBoxX.Text)
Warning 1 Runtime errors might occur when converting 'String' to 'System.Collections.ICollection'.