XmlElementConverter.GetElementText Method

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Gets the text of the current XmlElement.

Overloads

Signature Description
GetElementText(string GetElementText()) Gets the text of the current XmlElement.
GetElementText(string GetElementText(XmlElement element)) Gets the text of the specified XmlElement.

string GetElementText()

Gets the text of the current XmlElement.

string GetElementText()

string GetElementText(XmlElement element)

Gets the text of the specified XmlElement.

string GetElementText(XmlElement element)

Parameters

Type Parameter name Description
XmlElement element The XmlElement to get the text from.

Returns

Type Description
String The text of the XmlElement, or an empty string if the element has no text.

See Also