Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string AsCoordinate(this int, int)

Declaration

public static string AsCoordinate(
    this int cell,
    int gridWidth = 9
)

Summary

Expresses the given cell as letter-number coordinates (top-left corner is A1).

Parameters

this intcell The index of the cell to turn into coordinates.
intgridWidth The width of the puzzle grid.