<tfoot id='zKm62'></tfoot><legend id='zKm62'><style id='zKm62'><dir id='zKm62'><q id='zKm62'></q></dir></style></legend>
    <bdo id='zKm62'></bdo><ul id='zKm62'></ul>
  • <small id='zKm62'></small><noframes id='zKm62'>

        <i id='zKm62'><tr id='zKm62'><dt id='zKm62'><q id='zKm62'><span id='zKm62'><b id='zKm62'><form id='zKm62'><ins id='zKm62'></ins><ul id='zKm62'></ul><sub id='zKm62'></sub></form><legend id='zKm62'></legend><bdo id='zKm62'><pre id='zKm62'><center id='zKm62'></center></pre></bdo></b><th id='zKm62'></th></span></q></dt></tr></i><div id='zKm62'><tfoot id='zKm62'></tfoot><dl id='zKm62'><fieldset id='zKm62'></fieldset></dl></div>
      1. 如何将十六进制字符串转换为有符号整数?

        时间:2023-07-25
          <bdo id='3858a'></bdo><ul id='3858a'></ul>

          <i id='3858a'><tr id='3858a'><dt id='3858a'><q id='3858a'><span id='3858a'><b id='3858a'><form id='3858a'><ins id='3858a'></ins><ul id='3858a'></ul><sub id='3858a'></sub></form><legend id='3858a'></legend><bdo id='3858a'><pre id='3858a'><center id='3858a'></center></pre></bdo></b><th id='3858a'></th></span></q></dt></tr></i><div id='3858a'><tfoot id='3858a'></tfoot><dl id='3858a'><fieldset id='3858a'></fieldset></dl></div>

                <tbody id='3858a'></tbody>

              1. <legend id='3858a'><style id='3858a'><dir id='3858a'><q id='3858a'></q></dir></style></legend>

                  <small id='3858a'></small><noframes id='3858a'>

                  <tfoot id='3858a'></tfoot>
                • 本文介绍了如何将十六进制字符串转换为有符号整数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我得到一个需要转换为有符号 8 位整数的十六进制字符串.目前我正在使用 Int16/Int32 进行转换,这显然不会给我一个 8 位整数的负值.如果我得到十六进制的值 255,我如何将它转换为十进制的 -1?我假设我想使用一个 sbyte,但我不确定如何正确获取该值.

                  I'm getting a hex string that needs to be converted to a signed 8-bit integer. Currently I'm converting using Int16/Int32, which will obviously not give me a negative value for an 8-bit integer. If I get the value 255 in Hex, how do I convert that to -1 in decimal? I assume I want to use an sbyte, but I'm not sure how to get that value in there properly.

                  推荐答案

                  我的解决方案是将第一个取 16 位整数的前 8 位并将它们存储在一个 sbyte 中.

                  My solution was to put the first take the first 8 bits of the 16 bit integer and store them in an sbyte.

                  这篇关于如何将十六进制字符串转换为有符号整数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 C# 中将 String 转换为 int 下一篇:为什么 Decimal.Divide(int, int) 有效,但 (int/int) 无效?

                  相关文章

                • <legend id='Wfac0'><style id='Wfac0'><dir id='Wfac0'><q id='Wfac0'></q></dir></style></legend>
                      <bdo id='Wfac0'></bdo><ul id='Wfac0'></ul>
                    <tfoot id='Wfac0'></tfoot>
                  1. <small id='Wfac0'></small><noframes id='Wfac0'>

                    <i id='Wfac0'><tr id='Wfac0'><dt id='Wfac0'><q id='Wfac0'><span id='Wfac0'><b id='Wfac0'><form id='Wfac0'><ins id='Wfac0'></ins><ul id='Wfac0'></ul><sub id='Wfac0'></sub></form><legend id='Wfac0'></legend><bdo id='Wfac0'><pre id='Wfac0'><center id='Wfac0'></center></pre></bdo></b><th id='Wfac0'></th></span></q></dt></tr></i><div id='Wfac0'><tfoot id='Wfac0'></tfoot><dl id='Wfac0'><fieldset id='Wfac0'></fieldset></dl></div>