HslHelperWriteStringToStream 方法 |
将字符串的内容写入到流中去
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void WriteStringToStream(
Stream stream,
string value
)
Public Shared Sub WriteStringToStream (
stream As Stream,
value As String
)
public:
static void WriteStringToStream(
Stream^ stream,
String^ value
)
static member WriteStringToStream :
stream : Stream *
value : string -> unit
参数
- stream
- 类型:System.IOStream
数据流 - value
- 类型:SystemString
字符串内容
参见