Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDoubleValuesListEditWidget Class / GetStringForValueAt Method


In This Topic
    GetStringForValueAt Method
    In This Topic
    Gets the string representation of the given value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetStringForValueAt( _
       ByVal valueIndex As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim instance As NDoubleValuesListEditWidget
    Dim valueIndex As System.Integer
    Dim value As System.String
     
    value = instance.GetStringForValueAt(valueIndex)
    protected virtual System.string GetStringForValueAt( 
       System.int valueIndex
    )

    Parameters

    valueIndex
    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