示例#1
0
 public string ToDisplayName()
 {
     return(Limit.ToString() + " " + GameTypeUtils.GetShortName(GameType));
 }
示例#2
0
 public string ToBuyinFormatString()
 {
     return("$" + (int)(Limit.BigBlind * 100) + " " + GameTypeUtils.GetShortName(GameType));
 }
示例#3
0
 public string ToDisplayName()
 {
     return(Buyin.ToString(CultureInfo.CurrentCulture, false, "+") + " " + GameTypeUtils.GetShortName(GameType) + " [" + TableType.ToString().Replace("-", ", ") + "] ");
 }