to_s()
Instance Public methods
Returns the content of this CData object
Examples
1 2 | c = CData. new ( "Some text" ) c.to_s # -> "Some text" |
Returns the content of this CData object
Examples
1 2 | c = CData. new ( "Some text" ) c.to_s # -> "Some text" |
Designed by : w10schools
service@w10schools.com
Please login to continue.