Nevron Open Vision Documentation
Nevron.Nov Namespace / NStringHelpers Class / Gnxd Method


In This Topic
    Gnxd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Gnxd( _
       ByVal hnxd() As System.Char, _
       ByVal Inxd As System.Integer, _
       ByVal jnxd As System.Integer, _
       ByVal Knxd() As System.Byte, _
       ByVal lnxd As System.Integer, _
       ByVal Mnxd As NEncoding _
    ) As System.Integer
    'Usage
     
    
    Dim hnxd() As System.Char
    Dim Inxd As System.Integer
    Dim jnxd As System.Integer
    Dim Knxd() As System.Byte
    Dim lnxd As System.Integer
    Dim Mnxd As NEncoding
    Dim value As System.Integer
     
    value = NStringHelpers.Gnxd(hnxd, Inxd, jnxd, Knxd, lnxd, Mnxd)
    internal static System.int Gnxd( 
       System.char[] hnxd,
       System.int Inxd,
       System.int jnxd,
       System.byte[] Knxd,
       System.int lnxd,
       NEncoding Mnxd
    )

    Parameters

    hnxd
    Inxd
    jnxd
    Knxd
    lnxd
    Mnxd
    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