OfficeDev / Office-Inspectors-for-Fiddler

Microsoft Office (MAPI, WOPI, and FSSHTTP) inspectors for Fiddler
MIT License
83 stars 55 forks source link

Invalid cast exception in AddNodesForTree #49

Closed stephenegriffin closed 4 years ago

stephenegriffin commented 4 years ago

We were converting a uint array into a byte array. Templated ConvertByteArrayToHexString to ConvertArrayToHexString so it can take either, then put in checks to ensure we cast appropriately.