Public Shared Function DeserializeFromXmlString(Of T As Class)( _ ByVal xmlString As String _ ) As T
Dim xmlString As String Dim value As T value = ConfigurationLogic.DeserializeFromXmlString(Of T)(xmlString)
Parameters
- xmlString
- The XML String to deserialize
Type Parameters
- T
- The type of the object
Return Value
The object