c.ConvertCommaDelimmitedStringOfIntegersToArrayOfInts

PHOTO EMBED

Tue Oct 26 2021 15:36:55 GMT+0000 (Coordinated Universal Time)

Saved by @rick_m #c#

Array.ConvertAll<string, int>(value.Split(','), Convert.ToInt32);
content_copyCOPY

https://stackoverflow.com/questions/1763613/convert-comma-separated-string-of-ints-to-int-array