AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ObjectXMLSerializer<(Of <(<'T>)>)>..::..LoadListFromString Method

Loads the list from string.

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

Syntax


public static List<T> LoadListFromString(
	string xml
)

Parameters

xml
Type: String
The XML.

Return Value

List<T>.