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

3
LINES

< > BotCompany Repo | #1031219 // vbToStr - VisualBasic number-to-string conversion (with a space in front of non-negative)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (38L/1K).

sS vbToStr(long l) {
  ret l < 0 ? str(l) : " " + l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031219
Snippet name: vbToStr - VisualBasic number-to-string conversion (with a space in front of non-negative)
Eternal ID of this version: #1031219/1
Text MD5: dc5d3a364f1610f20c8b9733056c582a
Transpilation MD5: b77191c965f487177181cc6bfcf1a55b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-20 21:46:51
Source code size: 56 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 105
Referenced in: [show references]