.net是否提供将ascii转换为bcd的api?
Platfrom 3.5 .net.(c#)
请参考将 ascii 转换为 bcd (c#) 的代码。
Platfrom 3.5 .net.(c#)
please refer me to code which converts ascii to bcd (c#).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
整数 num 将存储 BCD 值...可能是一种更干净的方法,但这应该可以解决问题。但我又要问为什么?
...如果您想在 LINQ 中执行此操作(这没有边界检查)...
the integer num will store the BCD value... might be a cleaner way but this should do the trick. But I again would ask why?
... if you want to do it in LINQ (this does not have bounds checking) ...