Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfObjID Structure / TryParse Method
A string containing an object to convert.
The PdfObjID value.

In This Topic
    TryParse Method (PdfObjID)
    In This Topic
    Converts the string representation of a PdfObjID to a PdfObjID. A return value indicates whether the operation succeeded.
    Syntax
    'Declaration
     
    Public Shared Function TryParse( _
       ByVal s As System.String, _
       ByRef value As PdfObjID _
    ) As System.Boolean
    public static System.bool TryParse( 
       System.string s,
       out PdfObjID value
    )

    Parameters

    s
    A string containing an object to convert.
    value
    The PdfObjID value.

    Return Value

    true if s was converted successfully; otherwise, false.
    See Also