Article Details
Id:20669
Product:finPOWER Connect
Type:NEW
Version:4.00.03
Opened:30/08/2023
Closed:30/08/2023
Released:27/09/2023
Job: J031918

NumberUtilities.SimplifyBinaryNumber Business Layer function; various enhancements

The SimplifyBinaryNumber function in finBL.Runtime.NumberUtilities has been enhanced as follows:

  • Now accepts Integer (System.Int32) and Long (System.Int64) values to the "bytes" parameter.
  • The decimal places have been removed from bytes values, i.e. the function reports "100 Bytes" not "100.0 Bytes".
  • The "s" has been removed when the value is 1, i.e. "1 Byte" not "1 Bytes".