Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1022789 // parseUnsignedHexLong

JavaX fragment (include)

static long parseUnsignedHexLong(S s) {
  ret Long.parseUnsignedLong(s, 16); // from Java 8
}

Author comment

Began life as a copy of #1022412

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022789
Snippet name: parseUnsignedHexLong
Eternal ID of this version: #1022789/3
Text MD5: d2ce79247bd18a3e7d6bba74f394f71d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-07 15:57:11
Source code size: 95 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 176 / 205
Version history: 2 change(s)
Referenced in: [show references]