GH_ArchiveDeserialize_Xml Method |
Deserializes an Xml string.
Namespace:
GH_IO.Serialization
Assembly:
GH_IO (in GH_IO.dll)
Syntax public bool Deserialize_Xml(
string xmlContent
)
Public Function Deserialize_Xml (
xmlContent As String
) As Boolean
Parameters
- xmlContent
- Type: SystemString
Xml to deserialize.
Return Value
Type:
BooleanTrue on success, false on failure.
Exceptions Exception | Condition |
---|
XmlException | Thrown if xml_content is not a valid Grasshopper Xml stream. |
See Also