Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class / QStb Method


In This Topic
    QStb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function QStb( _
       ByVal rStb As System.Char, _
       ByVal SStb() As System.Char, _
       ByVal tStb() As System.Byte _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEncoding
    Dim rStb As System.Char
    Dim SStb() As System.Char
    Dim tStb() As System.Byte
    Dim value As System.Boolean
     
    value = instance.QStb(rStb, SStb, tStb)
    internal System.bool QStb( 
       System.char rStb,
       System.char[] SStb,
       System.byte[] tStb
    )

    Parameters

    rStb
    SStb
    tStb
    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