List Question
20 TechQA 2015-06-18T09:43:00.403000xxHash convert resulting in hash too long
3.2k views
Asked by Desmond Nzuza
Convert byte[] array to a short[] array with half the length
1.3k views
Asked by heltonbiker
Converting Int32 to 24-bit signed integer
9.3k views
Asked by drharris
Fast casting in C# using BitConverter, can it be any faster?
10.9k views
Asked by SomethingBetter
Converting raw byte data to float[]
20.4k views
Asked by user488792
Is there a better way to detect endianness in .NET than BitConverter.IsLittleEndian?
133 views
Asked by SparkDustJoe
C#, BitConverter.ToUInt32, incorrect value
3.1k views
Asked by user2705397
Azure switching from little endian to big endian when deployed
393 views
Asked by EMB
How do I convert less than 8 bytes to a ulong in C#?
959 views
Asked by Александр Гаращенко
c# concatenate byte[] and get string result
5.2k views
Asked by Pradeep atkari
Fastest way to get sort order byte array from signed integer
510 views
Asked by Roger Johansson
How can I convert from a Byte Array to Generic Array?
767 views
Asked by George Kerwood
Why does BitConverter seemingly return incorrect results when converting floats and bytes?
857 views
Asked by Grimelios
c# bitconverter.ToString convert to hexadecimal string
3k views
Asked by prattom
Can BitConverter be used to reliably extract multi-byte values from an IL byte stream (as returned by MethodBody.GetILAsByteArray)?
205 views
Asked by stakx - no longer contributing
Converting `UInt16` to byte array
10.8k views
Asked by Dumbo
Convert binary string to binary or decimal value
31.9k views
Asked by LifeWorks
Is there a equivalent of python's struct.pack in C#?
324 views
Asked by ThexBasic
Does BitArray endianess always match BitConverter endianess?
165 views
Asked by Toby
C# performance - pointer to span in a hot loop
523 views
Asked by Yurii Palkovskii