NevronOpenVision
Nevron.Nov.Diagram.Formats Namespace / NVisioService Class / ConvertData Method
The input data.
The input file extension, for example "vsd".
The output file extension, for example "vsdx".
In This Topic
    ConvertData Method
    In This Topic
    Converts the given input data in the specified by inputExtension format to the specified by outputExtension format. Throws an exception on failure.
    Syntax
    public abstract System.byte[] ConvertData( 
       System.byte[] input,
       System.string inputExtension,
       System.string outputExtension
    )

    Parameters

    input
    The input data.
    inputExtension
    The input file extension, for example "vsd".
    outputExtension
    The output file extension, for example "vsdx".
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also