Example #1
0
 public static string ToGlobalId(string name, object id)
 {
     return(GlobalIdSerializer.ToGlobalId(name, id));
 }