Click or drag to resize
CardName Property
Gets the name of the card as a two characters string. First character: 0-9 or T,J,Q,K,A. Second character: H (Hearts), D (Diamonds), S (Spade) or C (Clubs). There are two special cards defined: "CardGestrichen" and "NoCardSelected", that you may never need.

Namespace: Potbot.Common
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public string Name { get; }

Property Value

Type: String
The name of the card as a two characters string. First character: 0-9 or T,J,Q,K,A. Second character: H (Hearts), D (Diamonds), S (Spade) or C (Clubs). There are two special cards defined: "CardGestrichen" and "NoCardSelected", that you may never need.

Return Value

Type: String
The name of the card as a two characters string. First character: 0-9 or T,J,Q,K,A. Second character: H (Hearts), D (Diamonds), S (Spade) or C (Clubs). There are two special cards defined: "CardGestrichen" and "NoCardSelected", that you may never need.
See Also