←Select platform

DeserializeFile<T> Method

Summary

Deserializes an object from the specified xml file.

Syntax

C#
VB
C++
public static T DeserializeFile<T>(  
   string filename 
) 
Public Shared Function DeserializeFile(Of T)( _ 
   ByVal filename As String _ 
) As T 
public: 
static _T^_ DeserializeFilegeneric<typename T> 
(  
   String^ filename 
) 

Parameters

filename
The xml file of the object to deserialize.

Type Parameters

T
The type of object to deserialize.

Return Value

The deserialized object.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize