[]
Converts the string representation of a PdfObjID to a PdfObjID. A return value indicates whether the operation succeeded.
public static bool TryParse(string s, out PdfObjID value)
| Type | Name | Description |
|---|---|---|
| string | s | A string containing an object to convert. |
| PdfObjID | value | The PdfObjID value. |
| Type | Description |
|---|---|
| bool | true if s was converted successfully; otherwise, false. |