<b>Converting <i>byte </i>to <i>string</i>:</b>
<i>stringVal = System.Convert.ToString(byteVal);</i>
<b>Converting <i>string </i>to <i>byte</i>:</b>
<i>byteVal = System.Convert.ToByte(stringVal);</i>
Wednesday, January 25, 2012
C#: Convert byte to string and vice versa
Thursday, January 19, 2012
Using txt file for logging
You can create a text file logger by following the steps below:
- Open a new file and write .LOG in the first line.
- Save and close the file.
- Open the file and a new line is created with the current time and date.
- The cursor is set to the next line.
- Write something then save the file.
Wednesday, January 18, 2012
Adding files in CVS
A new file is shown with a question mark icon in CVS.

To add a file, select the file and go to Modify > Add binary
Add binary is for files other than source code.

Technorati Tags: CVS, upload files
To add a file, select the file and go to Modify > Add binary
Add binary is for files other than source code.
Technorati Tags: CVS, upload files
FireShot Firefox add-on
Just installed FireShot to Firefox and Internet Explorer. Will use it to capture and edit the browser's screenshots.
Technorati Tags: Firefox, add-ons, screen capture, screenshot
Technorati Tags: Firefox, add-ons, screen capture, screenshot
Turning ON/OFF change tracking in Word 2007
From the Review tab, click on the Track Changes button in the toolbar to toggle between tracking changes and disabling change tracking.
Change tracking disabled

Change tracking enabled

Technorati Tags: Microsoft Office, Word 2007, change tracking
Change tracking disabled
Change tracking enabled
Technorati Tags: Microsoft Office, Word 2007, change tracking
ScribeFire
I just installed ScribeFire Firefox plug-in to make blogging easier.
I decided to start a solutions log to keep track of the stuff I learned.
Hopefully I can keep this up as long as possible.
I decided to start a solutions log to keep track of the stuff I learned.
Hopefully I can keep this up as long as possible.
Subscribe to:
Posts (Atom)