Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created March 2, 2017 15:19
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 Hugoberry/341277c7a96dcf87e7d2d93b83e5c5c6 to your computer and use it in GitHub Desktop.
Save Hugoberry/341277c7a96dcf87e7d2d93b83e5c5c6 to your computer and use it in GitHub Desktop.
HEX2DEC one liner implementation in Power Query M
(hexString as text)
=> Expression.Evaluate(“0x”&hexString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment