compress int to shorter char array (e.g. 12345 --> 3a2)
-
-
Hello I want to reduce the length of an integer number to transmit the number. e.g. I have an number e.g. 123456789 and I want to compress it to something like 3a34z1 Is there a standard solution in C#/.net for that? Thanks and best regards, Martin
-
Hello I want to reduce the length of an integer number to transmit the number. e.g. I have an number e.g. 123456789 and I want to compress it to something like 3a34z1 Is there a standard solution in C#/.net for that? Thanks and best regards, Martin
-
Hello I want to reduce the length of an integer number to transmit the number. e.g. I have an number e.g. 123456789 and I want to compress it to something like 3a34z1 Is there a standard solution in C#/.net for that? Thanks and best regards, Martin
You can output it to hex, or you can search for the Base36 number article here on CP.**
xacc.ide-0.2.0 preview - Now in 100% C# goodness
**