Not sure if the headline was correctly phrased, so I'm sorry.
I want to just convert an integer to strings containing a binary representation of that integer.
An example :
116 will be converted to "1110100"
Is there anything built into .Net or do I need to write a small parsing algorithm?
source share