Dear friends,

I am coding in Visual C# windows application. I like to set a Label Text property with given integer's binary.

eg. I have 1 Label, 1 TextBox and 1 Button when i type 4 in textbox and click on button i want to set label text property with number four's binary that is 0000 0100.

Kindly tell me how i can print Binary on Form.