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

7
LINES

< > BotCompany Repo | #1011871 // charToString

JavaX fragment (include)

static S charToString(char c) {
  ret String.valueOf(c);
}

static S charToString(int c) {
  ret String.valueOf((char) c);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011871
Snippet name: charToString
Eternal ID of this version: #1011871/3
Text MD5: 4b5736f07e90a003252eb9502cc384a0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-09 01:03:03
Source code size: 130 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 340 / 385
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)