Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarCodeHelper Class / ConvertParamToNumber Method
Parameter string
Unit of measure name


In This Topic
    ConvertParamToNumber Method
    In This Topic
    Removes the unit of measure name from the parameter.
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertParamToNumber( _
       ByVal param As String, _
       ByVal unit As Unit _
    ) As Decimal
    'Usage
     
    
    Dim param As String
    Dim unit As Unit
    Dim value As Decimal
     
    value = BarCodeHelper.ConvertParamToNumber(param, unit)
    public static decimal ConvertParamToNumber( 
       string param,
       Unit unit
    )

    Parameters

    param
    Parameter string
    unit
    Unit of measure name
    See Also