点击或拖拽改变大小

SecsValueToSourceCode 方法

获取当前 SecsValue 对象的源代码表示方式,可以直接复制生成同等对象
Obtain the source code representation of the current SecsValue object, and you can directly copy and generate an equivalent object

命名空间:  HslCommunication.Secs.Types
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法
public string ToSourceCode(
	bool format = false
)

参数

format (Optional)
类型:SystemBoolean
是否带换行符的格式化输出

返回值

类型:String
对象的源代码表示方式
参见