点击或拖拽改变大小

ByteTransformBase.TransString 方法 (Byte[], Encoding)

从缓存中提取string结果,使用指定的编码将全部的缓存转为字符串
Extract the string result from the cache, use the specified encoding to convert all the cache into a string

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public virtual string TransString(
	byte[] buffer,
	Encoding encoding
)

参数

buffer
类型:System.Byte[]
缓存对象
encoding
类型:System.Text.Encoding
字符串的编码

返回值

类型:String
string对象

实现

IByteTransform.TransString(Byte[], Encoding)
参见