NET Logging Library
DeserializeFromXmlString<T> Method



KellermanSoftware.NetLoggingLibrary Namespace > ConfigurationLogic Class : DeserializeFromXmlString<T> Method
The type of the object
The XML String to deserialize
Deserialize an object from an XML String
Syntax
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)
public static T DeserializeFromXmlString<T>( 
   string xmlString
)
where T: class
public:
static T^ DeserializeFromXmlStringgeneric<typename T>
( 
   String^ xmlString
) 
where T: ref class

Parameters

xmlString
The XML String to deserialize

Type Parameters

T
The type of the object

Return Value

The object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigurationLogic Class
ConfigurationLogic Members