FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.LookUpTables Namespace / CommonLookUpTable Class / DetermineValueFromKey Method


In This Topic
    DetermineValueFromKey Method
    In This Topic
    Determines the value corresponding to the given key.
    Syntax
    'Declaration
     
    
    Public Function DetermineValueFromKey( _
       ByVal key As Integer _
    ) As String
    'Usage
     
    
    Dim instance As CommonLookUpTable
    Dim key As Integer
    Dim value As String
     
    value = instance.DetermineValueFromKey(key)
    public string DetermineValueFromKey( 
       int key
    )

    Parameters

    key

    Return Value

    The value corresponding to the given key.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also