Spread Windows Forms 17
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)
    public static CT_Types ToObject( 
       XFile rootFile,
       ZipHelper.MemoryFolder mFolder
    )

    Parameters

    rootFile
    root file
    mFolder
    m folder

    Return Value

    instance of CT_Types
    See Also