Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IntegerToBinaryUnits Function

Overview

The IntegerToBinaryUnits function converts an unsigned integer value into a string scaled by binary units.

Syntax/Parameters

Syntax

string = IntegerToBinaryUnits ( qword value, [dword options] );

Parameters

value

An unsigned integer value (up to a 64-bit qword) as the source value.

options

An optional dword value as bitwise flags to direct the conversion of binary unit value. See the IntegerToBinaryCombo function for a list of the optional flags.

Return Value

Returns a string containing the unit conversion of the provided value.

Remarks

The IntegerToBinaryUnits function is part of a series of functions that provide for the conversion of an integer to a binary or computer display versions of size. For example, 1,048,576 bytes is “1mb” in unit convention. Unlike the IntegerToBinaryCombo function, the IntegerToBinaryUnits function does not add in the total bytes as part of the return string.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic