https://github.com/deyixu/base62
Base62 .Net Core/C#
https://github.com/deyixu/base62
base62 base62core dotnet-core dotnet-standard
Last synced: 2 months ago
JSON representation
Base62 .Net Core/C#
- Host: GitHub
- URL: https://github.com/deyixu/base62
- Owner: DeyiXu
- License: mit
- Created: 2019-01-16T11:48:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T03:06:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T23:13:47.877Z (over 1 year ago)
- Topics: base62, base62core, dotnet-core, dotnet-standard
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base62Core
[](https://www.nuget.org/packages/Base62Core/)
# Result
```txt
0:0
1:1 2:2 3:3 4:4 5:5 6:6 7:7 8:8 9:9 a:10
b:11 c:12 d:13 e:14 f:15 g:16 h:17 i:18 j:19 k:20
l:21 m:22 n:23 o:24 p:25 q:26 r:27 s:28 t:29 u:30
v:31 w:32 x:33 y:34 z:35 A:36 B:37 C:38 D:39 E:40
F:41 G:42 H:43 I:44 J:45 K:46 L:47 M:48 N:49 O:50
P:51 Q:52 R:53 S:54 T:55 U:56 V:57 W:58 X:59 Y:60
Z:61 10:62 11:63 12:64 13:65 14:66 15:67 16:68 17:69 18:70
19:71 1a:72 1b:73 1c:74 1d:75 1e:76 1f:77 1g:78 1h:79 1i:80
1j:81 1k:82 1l:83 1m:84 1n:85 1o:86 1p:87 1q:88 1r:89 1s:90
1t:91 1u:92 1v:93 1w:94 1x:95 1y:96 1z:97 1A:98 1B:99 1C:100
1D:101 1E:102 1F:103 1G:104 1H:105 1I:106 1J:107 1K:108 1L:109 1M:110
1N:111 1O:112 1P:113 1Q:114 1R:115 1S:116 1T:117 1U:118 1V:119 1W:120
1X:121 1Y:122 1Z:123 20:124 21:125 22:126 23:127 24:128 25:129 26:130
27:131 28:132 29:133 2a:134 2b:135 2c:136 2d:137 2e:138 2f:139 2g:140
2h:141 2i:142 2j:143 2k:144 2l:145 2m:146 2n:147 2o:148 2p:149 2q:150
2r:151 2s:152 2t:153 2u:154 2v:155 2w:156 2x:157 2y:158 2z:159 2A:160
2B:161 2C:162 2D:163 2E:164 2F:165 2G:166 2H:167 2I:168 2J:169 2K:170
2L:171 2M:172 2N:173 2O:174 2P:175 2Q:176 2R:177 2S:178 2T:179 2U:180
2V:181 2W:182 2X:183 2Y:184 2Z:185 30:186 31:187 32:188 33:189 34:190
35:191 36:192 37:193 38:194 39:195 3a:196 3b:197 3c:198 3d:199
```