Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created April 8, 2018 20:29
Show Gist options
  • Save Sciss/afeea809e2ea6e5f60ad6ab606eff823 to your computer and use it in GitHub Desktop.
Save Sciss/afeea809e2ea6e5f60ad6ab606eff823 to your computer and use it in GitHub Desktop.
def mkType(in: String): String = in.take(4).map(_.toHexString.toUpperCase).mkString("0x", "", "")
mkType("Zip2") // 0x5A697032
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment