Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created February 3, 2015 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naotokui/9e7bd040de294277035c to your computer and use it in GitHub Desktop.
Save naotokui/9e7bd040de294277035c to your computer and use it in GitHub Desktop.
NSString *hexString = "01abcd";
UInt64 value = (UInt64)strtoull([hexString UTF8String], NULL, 16);
NSLog(@"value %ld", value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment