Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjectsDeserializer Class / GetObject Method / GetObject(String,Type) Method
The filename.
The type.


In This Topic
GetObject(String,Type) Method
In This Topic
Gets the object.
Syntax
'Declaration
 
Public Overloads Function GetObject( _
   ByVal filename As String, _
   ByVal type As Type _
) As Object
 
'Usage
 
Dim instance As ObjectsDeserializer
Dim filename As String
Dim type As Type
Dim value As Object
 
value = instance.GetObject(filename, type)

Parameters

filename
The filename.
type
The type.
See Also