secondary changes
This commit is contained in:
parent
a7394d4869
commit
1a7932162f
@ -1412,7 +1412,8 @@ namespace Xylem.Common.Service.MeterProcessState.Controllers
|
||||
Array.Resize(ref hexBytes, 2);
|
||||
Array.Reverse(hexBytes);
|
||||
|
||||
calFactor = Convert.ToUInt16(string.Join(string.Empty, hexBytes), 16);
|
||||
hexString = string.Join(string.Empty, hexBytes);
|
||||
calFactor = Convert.ToUInt16(hexString, 16);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user