点击或拖拽改变大小

SoftBasicAsciiBytesToBytes 方法

将ascii格式的byte数组转换成原始的byte数组
Converts an ASCII-formatted byte array to the original byte array

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] AsciiBytesToBytes(
	byte[] inBytes
)

参数

inBytes
类型:SystemByte
等待转换的byte数组

返回值

类型:Byte
转换后的数组
参见