<pre name="code" class="csharp"> byte value = Convert.ToByte(hex, 16);
// Get the character corresponding to the integral value.
string stringValue = Char.ConvertFromUtf32(value);
C#十六进制字符转十六进制数字
最新推荐文章于 2024-06-03 10:37:56 发布

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