check for out of index in c# code example Example: out of range array index int index = 25; if(index < array.Length) { //it exists }