Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / UnitConverter Class / FromHundredthsOfAnInch Method
The value to convert.
A Unit representing the destination unit to which to convert value.


In This Topic
    FromHundredthsOfAnInch Method
    In This Topic
    Converts the value from hundredth's of an inch to the specified Unit.
    Syntax
    'Declaration
     
    Public Shared Function FromHundredthsOfAnInch( _
       ByVal value As Integer, _
       ByVal destinationUnit As Unit _
    ) As Double
    'Usage
     
    Dim value As Integer
    Dim destinationUnit As Unit
    Dim value As Double
     
    value = UnitConverter.FromHundredthsOfAnInch(value, destinationUnit)
    public static double FromHundredthsOfAnInch( 
       int value,
       Unit destinationUnit
    )

    Parameters

    value
    The value to convert.
    destinationUnit
    A Unit representing the destination unit to which to convert value.

    Return Value

    A value representing the converted value in the specified unit.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also