获取当前
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
)
Public Function ToSourceCode (
Optional format As Boolean = false
) As String
public:
String^ ToSourceCode(
bool format = false
)
member ToSourceCode :
?format : bool
(* Defaults:
let _format = defaultArg format false
*)
-> string
参数
- format (Optional)
- 类型:SystemBoolean
是否带换行符的格式化输出
返回值
类型:
String对象的源代码表示方式
参见