<pre name="code" class="csharp"> byte value = Convert.ToByte(hex, 16);
// Get the character corresponding to the integral value.
string stringValue = Char.ConvertFromUtf32(value);
<pre name="code" class="csharp"> byte value = Convert.ToByte(hex, 16);
// Get the character corresponding to the integral value.
string stringValue = Char.ConvertFromUtf32(value);