Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1LinkTargetBase Class / Parse Method

In This Topic
    Parse Method (C1LinkTargetBase)
    In This Topic
    For internal use. Creates C1LinkTargetBase object from specified string, can return null if string has invalid format.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal s As String _
    ) As C1LinkTargetBase
    public static C1LinkTargetBase Parse( 
       string s
    )

    Parameters

    s
    See Also