如何从base-256转换为base-N,其中N大于16?

时间:2010-05-16 08:13:55

标签: .net algorithm

我需要将一个字节数组转换为另一个基数,即85.在数学术语中,问题是如何以最有效的方式从base-256转换为base-85?

这个问题的灵感来自我之前的问题 - What is the most efficient way to encode an arbitrary GUID into readable ASCII (33-127)?

感谢。

1 个答案:

答案 0 :(得分:1)