Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDataFormat Class / SEdd Method


In This Topic
    SEdd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function SEdd( _
       ByVal tEdd As NDataFormat, _
       ByVal UEdd As System.Object _
    ) As System.Byte()
    'Usage
     
    
    Dim tEdd As NDataFormat
    Dim UEdd As System.Object
    Dim value() As System.Byte
     
    value = NDataFormat.SEdd(tEdd, UEdd)
    internal static System.byte[] SEdd( 
       NDataFormat tEdd,
       System.object UEdd
    )

    Parameters

    tEdd
    UEdd
    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