How to transfer int to bit string

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,
How to transfer a integer to bit string with c#
For example,
1 ->"00000001",
2 ->"00000010",
3 ->"00000011"

.....


.