Ejemplo n.º 1
0
 public static string GuidToString(Guid g)
 {
     return(GuidConverter.GuidToString(g, fields));
 }