Wednesday, February 04, 2009

C# String to Char

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