Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / OutputRange Class / TryParse Method

In This Topic
    TryParse Method (OutputRange)
    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