点击或拖拽改变大小

SoftBasicGetAsciiStringRender 方法

将字节数组显示为ASCII格式的字符串,当遇到0x20以下及0x7E以上的不可见字符时,使用十六进制的数据显示
Display the byte array as a string in ASCII format, when encountering invisible characters below 0x20 and above 0x7E, use hexadecimal data to display

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static string GetAsciiStringRender(
	byte[] content
)

参数

content
类型:SystemByte
字节数组信息

返回值

类型:String
ASCII格式的字符串信息
参见