RegularByteTransformTransString 方法 |
名称 | 说明 | |
---|---|---|
TransString(Byte, Encoding) |
从缓存中提取string结果,使用指定的编码将全部的缓存转为字符串 Extract the string result from the cache, use the specified encoding to convert all the cache into a string | |
TransString(Byte, Int32, Int32, Encoding) |
从缓存中的部分字节数组转化为string结果,使用指定的编码,指定起始的字节索引,字节长度信息。 Convert a part of the byte array in the buffer into a string result, use the specified encoding, specify the starting byte index, and byte length information. |