XmlTools GetFromXml T  Method ( Byte )A Sandcastle Documented Class Library
Reads the content of an XML file and store it in an object of the given type.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public static T GetFromXml<T>(
	byte[] source
)

Parameters

source
Type:  System Byte 
The XML contents as a byte array.
Type Parameters

T
The type of data to be read from the XML and returned.

Return Value

Type: T
The object containing the data of the XML file.
See Also