ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / TryParse Method
Input string to parse.
The result to store parsed length.

In This Topic
    TryParse Method (Length)
    In This Topic
    Tries to parse specified string as length.
    Syntax
    'Declaration
     
    Public Shared Function TryParse( _
       ByVal value As String, _
       ByRef result As Length _
    ) As Boolean
    public static bool TryParse( 
       string value,
       out Length result
    )

    Parameters

    value
    Input string to parse.
    result
    The result to store parsed length.

    Return Value

    true if the input string is valid length; otherwise - false.
    See Also