System.runtime.compilerservices.unsafe Version 4.0.4.1 <EXTENDED>
// Handle leftover bytes...
Working with types in a way that the standard IL doesn't easily allow through high-level C#. Why Version 4.0.4.1? System.runtime.compilerservices.unsafe Version 4.0.4.1
Console.WriteLine(BitConverter.ToString(data)); // Output: 78-56-34-12-F0-DE-BC-9A (depending on endianness) // Handle leftover bytes
To use System.Runtime.CompilerServices.Unsafe Version 4.0.4.1 , you can install the package via NuGet: System.runtime.compilerservices.unsafe Version 4.0.4.1