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


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

    Parameters

    value

    Return Value

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