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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetAsciiStringRender(
byte[] content
)
Public Shared Function GetAsciiStringRender (
content As Byte()
) As String
public:
static String^ GetAsciiStringRender(
array<unsigned char>^ content
)
static member GetAsciiStringRender :
content : byte[] -> string
参数
- content
- 类型:SystemByte
字节数组信息
返回值
类型:
StringASCII格式的字符串信息
参见