Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Unit Structure / Unit Constructor / Unit Constructor(String)

In This Topic
    Unit Constructor(String)
    In This Topic
    Initializes a new instance of the Unit structure from a string. String should contain A numeric value qualified with unit of measurement, e.g. "28mm" or "7in".
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal str As String _
    )
    public Unit( 
       string str
    )

    Parameters

    str
    See Also