你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataContractUtils.Deserialize<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserialize the string to the expected object type.
public static void Deserialize<T> (string xmlString, out T result);
static member Deserialize : string * 'T -> unit
Public Shared Sub Deserialize(Of T) (xmlString As String, ByRef result As T)
Type Parameters
- T
The object type
Parameters
- xmlString
- String
Serialized string
- result
- T
Deserialized object