Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
to_s()
public
to_s creates a string which
follows lexical space (ex. String: “123”).
# File lib/xsd/datatypes.rb, line 145
def to_s()
if @is_nil
""
else
_to_s
end
end