[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfObjID.TryParse

TryParse Method

TryParse(string, out PdfObjID)

Converts the string representation of a PdfObjID to a PdfObjID. A return value indicates whether the operation succeeded.

Declaration
public static bool TryParse(string s, out PdfObjID value)
Parameters
Type Name Description
string s

A string containing an object to convert.

PdfObjID value

The PdfObjID value.

Returns
Type Description
bool

true if s was converted successfully; otherwise, false.