Keyword(s) to search:
Sort results by title
Keyword Index
Extensions
.
.
::
.
.
IndexToLetter Method
Converts an index (0-25) to a lower case letter (a-z)
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
static
char
IndexToLetter
(
this
int
x
)
Parameters
x
Type:
Int32
The index
Return Value
The letter
See Also
Extensions Class
AngbandOS.Core Namespace