将指定格式类型的字符串反序列化为当前特征要素。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public bool FeatureDeSerialize(
	string strSerial,
	SerializeConverterType type
)

参数

strSerial
Type: System..::.String
指定的字符串。
type
Type: SuperMap.Data..::.SerializeConverterType
指定反序列化的格式类型。

返回值

反序列化成功返回true,失败返回false。

版本信息

SuperMap iObjects .NET


请参见