Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / UnitConverter Class / ConvertFrom Method
The value, in hundredths of an inch, to convert.


In This Topic
    ConvertFrom Method
    In This Topic
    Converts the specified from hundredth's of an inch to the current BaseUnit.
    Syntax
    'Declaration
     
    Public Function ConvertFrom( _
       ByVal value As Integer _
    ) As Double
    'Usage
     
    Dim instance As UnitConverter
    Dim value As Integer
    Dim value As Double
     
    value = instance.ConvertFrom(value)
    public double ConvertFrom( 
       int value
    )

    Parameters

    value
    The value, in hundredths of an inch, to convert.

    Return Value

    A value representing the converted value in the current BaseUnit.
    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