Id64.fromLocalAndBriefcaseIds Function

Produce an Id string from a local and briefcase Id.

fromLocalAndBriefcaseIds(localId: number, briefcaseId: number): Id64String

Parameter Type Description
localId number The non-zero local Id as an unsigned 40-bit integer.
briefcaseId number The briefcase Id as an unsigned 24-bit integer.

Returns - an Id64String containing the hexadecimal string representation of the unsigned 64-bit integer which would result from the operation localId | (briefcaseId << 40), or an invalid Id "0" if the inputs are invalid.

Defined in

Last Updated: 23 April, 2020