Search Results

1
vote

Split out ints from string

You can instantiate a List<T> from an array. VB.NET: Dim lstIDs as new List(of Integer)(ids.split(',')) This is prone to casting errors though if the …