XMLXMLDeserializeFromStringT(String, T) Method

Deserialize a xml string with PCBI standard settings.

Definition

Namespace: PCBI.Automation.IO
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool XMLDeserializeFromString<T>(
	string serializedXMLString,
	ref T deserializedbject
)

Parameters

serializedXMLString  String
UTF8 XML string.
deserializedbject  T
Object to deserialize in this class.

Type Parameters

T
Type of deserialized object.

Return Value

Boolean
True if it has worked.

See Also