Click or drag to resize
XmlScannerCharacters Method
If the current segment is a characters segment, then returns the entire text as a string and moves to the next segment. Otherwise, returns an empty string.

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public string Characters()

Return Value

Type: String
The text in the characters segment
See Also