Description
Returns the textual content of the current PBDOM_CDATA object with all surrounding whitespace characters removed.
Syntax
pbdom_cdata_name.GetTextTrim()
Return value
String.
Usage
If no textual value exists for the current PBDOM_CDATA, or if only whitespace characters exist, an empty string is returned.
See also