Click or drag to resize

objectSerializationloadObjectFromXMLT Method (String, ILogBuilder)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the object from XML.

Namespace:  imbSCI.Core.files
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static T loadObjectFromXML<T>(
	string filepath,
	ILogBuilder logger = null
)
Request Example View Source

Parameters

filepath
Type: SystemString
The filepath.
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder

Type Parameters

T

Return Value

Type: T
See Also