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.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -