How to get the length of row/column of multidimensional array in C#? January 24, 2023 by Tarik matrix.GetLength(0) -> Gets the first dimension size matrix.GetLength(1) -> Gets the second dimension size