Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetFromXml T ( Byte ) |
Reads the content of an XML file and store it in an object of the given type.
|
![]() ![]() | GetFromXml T (String) |
Opens and reads the content of an XML file and store it in an object of the given type.
|
![]() ![]() | GetFromXml T (XmlReader) |
Reads the content of an XML file and store it in an object of the given type.
|
See Also