Convert a string into BASE62

后端 未结 3 1493
情书的邮戳
情书的邮戳 2021-02-10 13:15

I\'m looking for the c# code to convert a string into BASE62, like this:

http://www.molengo.com/base62/title/base62-encoder-decoder

I need those encode and decod

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-10 13:42

    not the real answer but hopefully this helps you to build a C# Version of it:

    Javascript Base62 Encode/Decode:

    http://x443.wordpress.com/2012/03/18/javascript-base62-encode-decode/

提交回复
热议问题