Parameters
- name
- the attribute name, or null to just convert the value to a string and return it
- val
- the value to write
Return Value
the value converted to a string
This converts the object reference to a string and then writes the attribute by calling GoXmlWriter.GoXmlWriter.WriteAttrVal.
You can use this method to just convert a value to a string by passing null as the attribute name. You can convert a string back to a value by calling PointFFromString.