UnitManagerConvertValue Method |
Namespace:
PDTec.IceNet.Domain.UnitOfMeasurement
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public double ConvertValue(
string sourceUnitSymbol,
double sourceValue,
string targetUnitSymbol
)
Parameters
- sourceUnitSymbol
- Type: SystemString
- sourceValue
- Type: SystemDouble
- targetUnitSymbol
- Type: SystemString
Return Value
Type:
DoubleSee Also