convert list string to list long c#

69

convert list string to list long c# -

listofIDs.Select(long.Parse).ToList()

Comments

Submit
0 Comments