| 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
)
Public Shared Function Deserialize(Of T) (
xmlString As String
) As T
Parameters
- xmlString
- Type: SystemString
string of xml data
Type Parameters
- T
- Object type
Return Value
Type:
TObject instance
See Also