ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / TwipsToString Method
A System.Single value indicating the length in twips.
A target Length.Unit for the string representation.

In This Topic
    TwipsToString Method
    In This Topic
    Converts a value in twips to a string representation in the specified unit.
    Syntax
    'Declaration
     
    Public Shared Function TwipsToString( _
       ByVal twips As Single, _
       ByVal target As Length.Unit _
    ) As String
    public static string TwipsToString( 
       float twips,
       Length.Unit target
    )

    Parameters

    twips
    A System.Single value indicating the length in twips.
    target
    A target Length.Unit for the string representation.

    Return Value

    A System.String value representing the length in the specified unit.
    See Also