AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ObjectNetDataContractSerializer<(Of <(<'T>)>)>..::..LoadFromString Method

Deserializes an object from an XML string using NetDataContractSerializer.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static T LoadFromString(
	string data
)

Parameters

data
Type: String
The XML string to deserialize.

Return Value

The deserialized object of type T.