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