Reads the content of an XML file and store it in an object of the given type.
Namespace: Censitif.Library.DataAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax
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: TThe object containing the data of the XML file.
See Also