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


In This Topic
    dnxd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dnxd( _
       ByVal Enxd() As System.Char, _
       ByVal fnxd As NEncoding _
    ) As System.Char()
    'Usage
     
    
    Dim Enxd() As System.Char
    Dim fnxd As NEncoding
    Dim value() As System.Char
     
    value = NStringHelpers.dnxd(Enxd, fnxd)
    internal static System.char[] dnxd( 
       System.char[] Enxd,
       NEncoding fnxd
    )

    Parameters

    Enxd
    fnxd
    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