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


In This Topic
    Olxd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Olxd( _
       ByVal plxd As System.Char, _
       ByVal Qlxd As System.Char, _
       ByRef rlxd As System.Byte _
    ) As System.Boolean
    'Usage
     
    
    Dim plxd As System.Char
    Dim Qlxd As System.Char
    Dim rlxd As System.Byte
    Dim value As System.Boolean
     
    value = NStringHelpers.Olxd(plxd, Qlxd, rlxd)
    internal static System.bool Olxd( 
       System.char plxd,
       System.char Qlxd,
       out System.byte rlxd
    )

    Parameters

    plxd
    Qlxd
    rlxd
    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