Closed
Description
I use ConvertByAbbreviation
to convert values. But there is a problem with "psi". It seems like both PoundForcePerSquareInch
and Psi
have the same abbreviation. So it throws AmbitiousUnitParseException when trying to convert from or to "psi" with this exception message: "Cannot parse 'psi' since it could be either of these: 32, 33 ".
Example:
UnitConverter.ConvertByAbbreviation(1, "Pressure", "bar", "psi");
Metadata
Metadata
Assignees
Labels
No labels