[]
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)
Public Shared Function TryParse(s As String, ByRef value As PdfObjID) As Boolean
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. |