ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / TryParse Method
A System.String value to parse.
The resulting Length value if the parse is successful.

In This Topic
    TryParse Method
    In This Topic
    Attempts to parse a string as a Length value.
    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
    A System.String value to parse.
    result
    The resulting Length value if the parse is successful.

    Return Value

    A System.Boolean value. true if the string can be parsed as a Length; otherwise, false.
    See Also