我得到了例外:
输入字符串的格式不正确.
在运行时为以下代码片段.
string str= "0x1A"; sbyte value= Convert.ToSByte(str);
有人可以帮忙解决这个问题吗?
c#
c# ×1