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


In This Topic
    Slxd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub Slxd( _
       ByVal tlxd As System.Byte, _
       ByRef Ulxd As System.Char, _
       ByRef vlxd As System.Char _
    ) 
    'Usage
     
    
    Dim tlxd As System.Byte
    Dim Ulxd As System.Char
    Dim vlxd As System.Char
     
    NStringHelpers.Slxd(tlxd, Ulxd, vlxd)
    internal static void Slxd( 
       System.byte tlxd,
       out System.char Ulxd,
       out System.char vlxd
    )

    Parameters

    tlxd
    Ulxd
    vlxd
    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