>The problem comes with the other three types of chars, simple escape
>sequences (char c = '\n';), hex escapes (char c = '\xFF'), and unicode
>escapes (char c = '\U0000';). From this I get a string like
>{'\\','x','F','F'} and I can't figure out what part of the Framework
can
>convert that string to a char.

Char c = "\xFF"[0];

John.

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to