Click or drag to resize

objectSerializationObjectFromXMLT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Unserialize object from XML

Namespace:  imbSCI.Core.files
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static T ObjectFromXML<T>(
	string xml
)
Request Example View Source

Parameters

xml
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also