Namespace: Grampus
Assembly: GrampusLib.dll
| Function or value | Description |
Full Usage:
FromFenStr fenstr
Parameters:
string
-
The FEN string.
Returns: Brd
The Board as a Brd type.
|
|
Full Usage:
FromSimpleStr str
Parameters:
string
-
The simple string.
Returns: Brd
The Board as a Brd type.
|
|
|
|
|
|
|
|
|
Full Usage:
ToFenStr bd
Parameters:
Brd
-
The Board as a Brd type.
Returns: string
The FEN string.
|
|
Full Usage:
ToSimpleStr bd
Parameters:
Brd
-
The Board as a Brd type.
Returns: string
The simple string.
|
|