Description
Allows you to obtain the text data that is contained within the current PBDOM_COMMENT object.
Syntax
pbdom_comment_name.GetText()
Return value
String.
The textual content of the current PBDOM_COMMENT object.
Examples
If you have the comment <!- A COMMENT->, the GetText method returns the string A COMMENT.
See also