VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentUnitsConverter Class / GetUnits(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetUnits(String) Method (DocumentUnitsConverter)
    In This Topic
    Returns a unit of measure from it's abbreviation.
    Syntax
    'Declaration
    
    Public Overridable Function GetUnits( _
    ByVal text
    The abbreviation of a unit of measure.
    As System.String _
    ) As System.Nullable(Of UnitOfMeasure)
    public virtual System.Nullable<UnitOfMeasure> GetUnits(
    System.String text
    )
    public: virtual System.Nullable<UnitOfMeasure*>* GetUnits(
    System.String text
    )
    public:
    virtual System.Nullable<UnitOfMeasure^>^ GetUnits(
    System.String text
    )

    Parameters

    text
    The abbreviation of a unit of measure.

    Return Value

    The unit of measure.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also