Swift - 将一个大的十六进制字符串转换为十进制(然后再返回)

时间:2015-12-30 14:20:37

标签: swift hex decimal

我想将长十六进制字符串转换为数字值。我将在for循环中使用数值。

有什么想法吗?

关于如何在Swift(或使用Foundation库)中本地实现小Hex字符串,有一些很棒的[帖子] [1]。但我找不到一篇涉及32个字符Hex字段的帖子。

以例如:

4D275F68-B95B-42C1-822D-15E561163FFF

如何将其更改为数字?

修改 - 以下文章未回答此问题。

http://stackoverflow.com/questions/24229505/how-to-convert-an-int-to-hex-string-in-swift http://stackoverflow.com/questions/37821112/convert-hex-to-decimal-in-swift http://stackoverflow.com/questions/26284223/how-to-convert-hex-number-to-bin-in-swift

0 个答案:

没有答案