Example #1
0
 /// <summary>
 /// returns the biotype given the specialized string key/value type
 /// </summary>
 public static BioType GetBiotype(AbstractData ad)
 {
     return(BioTypeUtilities.GetBiotypeFromString(DumperUtilities.GetString(ad)));
 }