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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -