AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ObjectXMLSerializer<(Of <(<'T>)>)>..::..LoadFromString Method (String, String)

Loads from string.

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

Syntax


public static T LoadFromString(
	string xml,
	string rootAttribute
)

Parameters

xml
Type: String
The XML.
rootAttribute
Type: String
The root attribute.

Return Value

T.