Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NByteWriter Class / WriteByteArray Method


In This Topic
    WriteByteArray Method (NByteWriter)
    In This Topic
    Writes the specifed byte array.
    Syntax
    'Declaration
     
    
    Public Sub WriteByteArray( _
       ByVal array() As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As NByteWriter
    Dim array() As System.Byte
     
    instance.WriteByteArray(array)
    public void WriteByteArray( 
       System.byte[] array
    )

    Parameters

    array
    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