Retrieves a string representation of the document object text node.
Syntax
HRESULT toString( BSTR *String );
Parameters
- String
- Address of a string variable that receives the string representation of the document object text node.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also