ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Implicit Type Conversion Operator

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

    Parameters

    length

    Return Value

    new Lengthinstance
    See Also