点击或拖拽改变大小

SoftBasicBytesToAsciiBytes 方法

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

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

参数

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

返回值

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