We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b29dd commit e99b2ddCopy full SHA for e99b2dd
Src/UnitsNet/UnitSystem.cs
@@ -320,6 +320,8 @@ private void CreateCultureInvariants()
320
MapUnitToAbbreviation(Unit.Decigram, "dg");
321
MapUnitToAbbreviation(Unit.Centigram, "cg");
322
MapUnitToAbbreviation(Unit.Milligram, "mg");
323
+ MapUnitToAbbreviation(Unit.Microgram, "µg");
324
+ MapUnitToAbbreviation(Unit.Nanogram, "ng");
325
326
// Mass (imperial)
327
MapUnitToAbbreviation(Unit.ShortTon, "short tn");
0 commit comments