Skip to content

Instantly share code, notes, and snippets.

@GeorgeTsiokos
Created July 11, 2018 21:42
Show Gist options
  • Save GeorgeTsiokos/919a4ad8ddc77af1af409371e3972528 to your computer and use it in GitHub Desktop.
Save GeorgeTsiokos/919a4ad8ddc77af1af409371e3972528 to your computer and use it in GitHub Desktop.
Convert a file to a c# byte[] constant
"new byte[] {" + string.Join(", ", File.ReadAllBytes(@"C:\filename")) + "};"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment