Searched refs:numToHexString (Results 1 – 2 of 2) sorted by relevance
61 expect(Utils.numToHexString(1)).toBe('0x1');65 expect(Utils.numToHexString(-1)).toBe('0xffffffff');69 expect(Utils.numToHexString(undefined)).toBe('0x0');
48 public static numToHexString(num: number): string { method in Utils