ZVON > References > DOM2 Reference

toString (method )

Owning interface and usage:  
Range.toString()

Member of these other interfaces:  
none

Description:  
Returns the contents of a Range as a string. This string contains only the data characters, not any markup.

Parameters:  
none

Returns:  
DOMString -  The contents of the Range.

Exceptions:  
DOMException INVALID_STATE_ERR
Raised if detach() has already been invoked on this object.