.NET Hobbyist Programmer

Staying Confused in a Busy World
posts - 251, comments - 157, trackbacks - 703

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 Comment

Title  
Name  
Email
Url
Comment   
Please add 8 and 7 and type the answer here:

Powered by: