Click or drag to resize

PackageCreatePackage Method (String)

Creates a Package Object by the serialized Xml.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public static Package CreatePackage(
	string xml
)

Parameters

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

Return Value

Type: Package
Package
See Also