Greetings.

Imagine this code,

char[] s = "ABCabc";
foreach (char c; s)
{
  // how do I convert c to something an Unicode code? ie. \u9999.

}

thanks.

Reply via email to