コード例 #1
0
 public string GetPureEventId()
 {
     return(EventId.StartsWith("sr:match:") ? EventId.Substring(9) : EventId);
 }