ISoftFileSaveBaseLoadByString 方法 |
从字符串加载数据,需要重写实现
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 void LoadByString(
string content
)
Sub LoadByString (
content As String
)
void LoadByString(
String^ content
)
abstract LoadByString :
content : string -> unit
参数
- content
- 类型:SystemString
字符串数据
参见