Click or drag to resize

PersonalSettingsDeserializeT Method

Deserializes xml string to object instance of specified type

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static T Deserialize<T>(
	string xmlString
)

Parameters

xmlString
Type: SystemString
string of xml data

Type Parameters

T
Object type

Return Value

Type: T
Object instance
See Also