Example #1
0
 public static string GetUserId(this ListUserKudosQuery listUserKudosQuery)
 {
     return(listUserKudosQuery.GetUserInfo().TrimUserInfo().Split('|')[0]);
 }
Example #2
0
 private static string GetUserInfo(this ListUserKudosQuery listUserKudosQuery)
 {
     return(listUserKudosQuery.Text.Split(' ')[1]);
 }