你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataContractUtils<T>.Deserialize(String) Method

Definition

Deserialize the string to the propertyBagContainer.

public static T Deserialize (string xmlString);
static member Deserialize : string -> 'T
Public Shared Function Deserialize (xmlString As String) As T

Parameters

xmlString
String

Serialized string

Returns

T

Deserialized object

Applies to