Can you cast a List to List somehow?
List
I know I could loop through and .ToString() the thing, but a cast would be aw
result = listOfInt.Select(i => i.ToString(CultureInfo.InvariantCulture)).ToList()
replace the parameters result and listOfInt to your parameters