Base32解码 [英] Base32 Decoding

查看:709
本文介绍了Base32解码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有我需要转换为一个字节数组一个base32字符串。而我无法找到.NET Framework中的一个转换方法。我能找到的base64而不是base32方法。

I have a base32 string which I need to convert to a byte array. And I'm having trouble finding a conversion method in the .net framework. I can find methods for base64 but not for base32.

Convert.FromBase64String - 像这样的base32将是完美的。

Convert.FromBase64String – something like this for base32 would be perfect.

有没有在框架中这样的方法还是我必须推出自己的?

Is there such a method in the framework or do I have to roll my own?

推荐答案

勾选此 FromBase32String 实施.NET发现的这里

Check this FromBase32String implementation for .NET found here.

这篇关于Base32解码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆