SerializationExtensions.ToObject(T) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SerializationExtensions.ToObject(T) Method

BR.AN.PviServices .NET


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

);

Parameters

xmlString

The string content to deserialize.

Return Value

Either an instance of type representing the data content in the file. Or a default instance of type in case an error occured.

See Also

SerializationExtensions Class | BR.AN.PviServices Namespace | SerializationExtensions.ToObject{T} Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]