Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / UnitConverter Class / UnitConverter Constructor
The Unit which will be used to convert values to and from hundredth's of an inch.


In This Topic
    UnitConverter Constructor
    In This Topic
    Initializes a new instance of the UnitConverter class specifying the Unit which will be used to convert values to and from hundredth's of an inch.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal baseUnit As Unit _
    )
    'Usage
     
    Dim baseUnit As Unit
     
    Dim instance As New UnitConverter(baseUnit)
    public UnitConverter( 
       Unit baseUnit
    )

    Parameters

    baseUnit
    The Unit which will be used to convert values to and from hundredth's of an inch.
    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