Back to product page

FromXml method


FromXml

Syntax

  • Basic
object.FromXml (XmlData)
The FromXml(object,XmlData) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVCard
XmlDataString.

Remarks

This method can be used to populate VCard object back from XML string. Usually this method will be used as an opposite to ToXML method. The Method takes one parameter, XmlData, which is String type.

Platforms

Windows