XmlScannerStartTag Method A Sandcastle Documented Class Library
If the current segment is a start tag, then returns the name of the tag and moves to the next segment. Otherwise, returns null.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public string StartTag()

Return Value

Type: String
the name of the start tag or null
See Also

Reference