Legend
| Static method: int TranslateCoordinate( |
string | str |
A string such as "E2" . The letter is assumed to be a column (starting from A) while the digit is a row
(starting from 1). |
int | gridWidth | The width of the puzzle grid. For a standard Sudoku, this is 9. |