LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

DeserializeFile<T> Method

Show in webframe





The type of object to deserialize.
The xml file of the object to deserialize.
Deserializes an object from the specified xml file.
Syntax
public static T DeserializeFile<T>( 
   string filename
)
'Declaration
 
Public Shared Function DeserializeFile(Of T)( _
   ByVal filename As String _
) As T
'Usage
 
Dim filename As String
Dim value As T
 
value = AddInUtils.DeserializeFile(Of T)(filename)

            

            
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

See Also

Reference

AddInUtils Class
AddInUtils Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features