FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / RplSize Structure / TryParse Method

In This Topic
    TryParse Method (RplSize)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function TryParse( _
       ByVal s As String, _
       ByRef value As RplSize _
    ) As Boolean
    public static bool TryParse( 
       string s,
       out RplSize value
    )

    Parameters

    s
    value
    See Also