点击或拖拽改变大小

HslHelperWriteStringToStream 方法

将字符串的内容写入到流中去

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static void WriteStringToStream(
	Stream stream,
	string value
)

参数

stream
类型:System.IOStream
数据流
value
类型:SystemString
字符串内容
参见