What I would like to learn how to do is to convert an int array to an int in C#.
However I want to append the int with the values from the array.
Example:
This will do it:
public int DoConvert(int[] arr) { int result = 0; for (int i=0;i