c# - Trim empty spaces in int array -
i need trim trailing spaces @ start , end in int array , how can it, not getting trim() function anywhere here. pls suggest me.
int[] arrpct = dtold.asenumerable().select(r => r.field<int>("pct")).toarray();
int numeric values. don't contain spaces (or other char). makes no sense trying trim them.