Hown to convert struct.unpack from python to c#?

Viewed 24

I am converting code from python to c# and stuck on struct.unpack('12345f', data) I have researched and founded this git: https://github.com/maximilien-noal/OPack, it have unpacked success with some format: ">Q", "<Q",...but with fixed length (eg: "1234f", "6789d") it can't unpack (I have used NativeUnpack function but it not return array

Please help me, thank you!

0 Answers
Related