Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ContentSynchronizer Class / ToObject Method
root file
m folder


In This Topic
ToObject Method (ContentSynchronizer)
In This Topic
Toes the object.
Syntax
'Declaration
 
Public Shared Function ToObject( _
   ByVal rootFile As XFile, _
   ByVal mFolder As ZipHelper.MemoryFolder _
) As CT_Types
 
'Usage
 
Dim rootFile As XFile
Dim mFolder As ZipHelper.MemoryFolder
Dim value As CT_Types
 
value = ContentSynchronizer.ToObject(rootFile, mFolder)

Parameters

rootFile
root file
mFolder
m folder

Return Value

instance of CT_Types
See Also