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.CommonAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
member Name : string with get
Property Value
Type:
StringThe 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:
StringThe 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