to_s()
Instance Public methods
Returns the content of this CData object
Examples
c = CData.new( "Some text" ) c.to_s # -> "Some text"
Returns the content of this CData object
Examples
c = CData.new( "Some text" ) c.to_s # -> "Some text"
Please login to continue.