NameAddressCreateNameAddress Method | |
Creates a NameAddress object by the serialized Xml.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static NameAddress CreateNameAddress(
string xmlString
)
public:
static NameAddress^ CreateNameAddress(
String^ xmlString
)
PSI.Sox.NameAddress.CreateNameAddress = function(xmlString);
Parameters
- xmlString
- Type: SystemString
Xml to Deserialize into a package Object.
Return Value
Type:
NameAddressPackage object.
See Also