Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NDomDeserializationContext Class / jnrb Method


In This Topic
    jnrb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function jnrb( _
       ByVal value As System.Object, _
       ByVal Knrb As System.Type, _
       ByRef lnrb As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDomDeserializationContext
    Dim value As System.Object
    Dim Knrb As System.Type
    Dim lnrb As System.Object
    Dim value As System.Boolean
     
    value = instance.jnrb(value, Knrb, lnrb)
    internal System.bool jnrb( 
       System.object value,
       System.Type Knrb,
       out System.object lnrb
    )

    Parameters

    value
    Knrb
    lnrb
    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