gpt4 book ai didi

c# - 从 String textBox 到 hex 0x byte[] c#

转载 作者:行者123 更新时间:2023-11-30 13:03:22 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How do you convert Byte Array to Hexadecimal String, and vice versa, in C#?

我有一个输入字符串“AA 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF”的文本框,我将它拆分为字符串[],但现在我必须得到一个字节[] 像这样:

byte[] b6 = new byte[20] {0xAA,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88 ,0x99 ,0xAA ,0xBB,0xCC ,0xDD ,0xEE,0xFF};

有人可以建议我怎么做吗?我尝试使用 Convert.ToByte 但出现无法将 String 转换为 byte. 的错误,而且我不必将十六进制的值,只需要在每个字节前加上0x,然后添加到字节数组中。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com