<< Click to Display Table of Contents >> Navigation: »No topics above this level« SerializationExtensions.ToObject(T) Method |
Deserialize the content of xmlString into an instance of the given type
[Visual Basic]
<Extension> _
Public Overloads Shared Sub ToObject(Of T)( _
ByVal xmlString As String _
)
[C#]
[Extension]
public static T ToObject<T>(
this string xmlString
);
xmlString
The string content to deserialize.
Either an instance of type representing the data content in the file. Or a default instance of type in case an error occured.
SerializationExtensions Class | BR.AN.PviServices Namespace | SerializationExtensions.ToObject{T} Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]