Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarCodeHelper Class / CorrectParam Method
Input value to correct
Units name to append


In This Topic
    CorrectParam Method
    In This Topic
    Corrects the parameter, appending the correct name of the unit of measure to the value.
    Syntax
    'Declaration
     
    
    Public Shared Function CorrectParam( _
       ByVal val As String, _
       ByVal unit As Unit _
    ) As String
    'Usage
     
    
    Dim val As String
    Dim unit As Unit
    Dim value As String
     
    value = BarCodeHelper.CorrectParam(val, unit)
    public static string CorrectParam( 
       string val,
       Unit unit
    )

    Parameters

    val
    Input value to correct
    unit
    Units name to append
    See Also