Sun Application Server Startup Command: /opt/SUNWappserver/bin/asadmin start-domain --domaindir /opt/SUNWappserver/domains --user admin
Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Wednesday, February 04, 2009

C# String to Char

string newlineKeyword = ".";
char spliterChar = char.Parse(newlineKeyword);