Click or drag to resize

HelperXMLReadDataClass Method

Gives data item from XML string

Namespace:  SOWIData.XML
Assembly:  SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static DataClass XMLRead<DataClass>(
	this string pXMLstring
)

Parameters

pXMLstring
Type: SystemString
XML string

Type Parameters

DataClass
Data item structure

Return Value

Type: DataClass

[Missing <returns> documentation for "M:SOWIData.XML.Helper.XMLRead``1(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also