XmlScannerCharacters Method A Sandcastle Documented Class Library
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.3.0
Syntax

C#
public string Characters()

Return Value

Type: String
The text in the characters segment
See Also

Reference