Skip to content

c0dd836e f57b 1d5b 944f 9fe7143bdd08

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T).Deserialize Method (String, T)

Additional header content

Deserializes the specified Xml.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static bool Deserialize(
	string xml,
	out T obj
)

VB

Public Shared Function Deserialize ( 
	xml As String,
	<OutAttribute> ByRef obj As T
) As Boolean

Parameters

 

xml
Type: System.String
Xml to deserialize.
obj
Type: T
The object.

Return Value

Type: Boolean
T object

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseModel1.Deserialize(System.String,0@)"]

See Also

Reference

BaseModel(T) Class
Deserialize Overload
iTin.Export.Model Namespace

Clone this wiki locally