Description
-
Imports VCard object from XML string.
Return Type
-
None
Syntax
-
object.FromXml XmlData
The FromXml Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPVCard. |
| XmlData |
Required. A String value. An XML
representation of the VCard object. Used with FromXml Method
for populating VCard object. |
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.
|