Click or drag to resize
BoardPrintBoard Method
Prints a representation of the board

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string[] PrintBoard()

Return Value

Type: String
A StringArray representing the board
See Also