Ejemplo n.º 1
0
 public string GetString(bool grams)
 {
     return(grams ? Grams.ToString(GramFormat) : Grains.ToString(GrainFormat));
 }