.NET Hobbyist Programmer

Staying Confused in a Busy World
posts - 258, comments - 206, trackbacks - 673

My Links

News

Neat Stuff Read all my hurricane entries While you are here, visit the Geeks With Blogs main feed
Advertising
Links Status of the Navy
Channel 9

Tag Cloud

Article Categories

Archives

Post Categories

Windows Live Writer Is Alive

Following the instructions in Jeff's post, I have Writer alive and blogging.  This is much better than the default editor and has the advantage of allowing off line composition.

Some test code:

    public static String Base64StringEncode(String input)
    {
      byte[] encbuff = System.Text.Encoding.UTF8.GetBytes(input);
      return System.Convert.ToBase64String(encbuff);
    }

I like this.

Print | posted on Saturday, May 19, 2007 10:32 PM |

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: