Show / Hide Table of Contents

Class ChessbaseCommenter

Formats the PGN output the way chessbase (resp. DGT) does. http://www.enpassant.dk/chess/palview/enhancedpgn.htm

Inheritance
System.Object
ChessbaseCommenter
Implements
IPGNOutputFormatter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class ChessbaseCommenter : IPGNOutputFormatter

Methods

| Improve this Doc View Source

Comment(ExtendedMove)

Allows to enhance a move by a comment, which will be stored in PGN output

Declaration
public string Comment(ExtendedMove move)
Parameters
Type Name Description
ExtendedMove move

The extended move

Returns
Type Description
System.String

Implements

IPGNOutputFormatter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX