Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / OutputRange Class / TryParse(String,OutputRange) Method

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

    Parameters

    s
    range
    See Also