标签: swift hex
我有一个字符串" abcdef"我想在swift中转换为hex int 0xabcdef。有谁有任何好的解决方案?如果我可以做类似的事情会很好:
var string = "abcdef"; var value = string.toInt(16);