您能推荐源代码或使用测量相关数据的方法吗?
您是否知道任何源代码或轻量级解决方案涵盖了所有相关功能(例如将米转换为英寸等),可与 C# 的英制和公制系统的长度和重量测量类型一起使用?
.net 库中是否有用于此目的的内置类?
谢谢。
Do you know any source code or a lightweight solution that covers all the related features (like converting meter to inches etc.) to work with length and weight measurement types for Imperial and Metric systems for C#?
Is there any built in classes for this purpose in .net library?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经开始用 C# 开发一个开源测量单位库,适当命名为 csunits。请查看 Github 上的 csunits 网站,https://github.com/cureos/csunits。这符合您的需求吗?
I have started developing an open-source units-of-measurement library in C#, suitably named csunits. Please have a look at the csunits website on Github, https://github.com/cureos/csunits. Would this fit your needs?