ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Implicit Type Conversion Operator
A System.String value indicating the length.
Example

In This Topic
    Implicit Type Conversion Operator (Length)
    In This Topic
    Converts a string to a Length instance.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal length As String _
    ) As Length
    public Length operator implicit( 
       string length
    )

    Parameters

    length
    A System.String value indicating the length.

    Return Value

    A new Length instance.
    Example
    Length length = "1in";
    See Also