Click or drag to resize

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
)

Parameters

xmlString
Type: SystemString
Xml to Deserialize into a package Object.

Return Value

Type: NameAddress
Package object.
See Also