TryParse Method (PdfObjID)
Converts the string representation of a
PdfObjID to a
PdfObjID. A return value indicates whether the operation succeeded.
'Declaration
Public Shared Function TryParse( _
ByVal As System.String, _
ByRef As PdfObjID _
) As System.Boolean
public static System.bool TryParse(
System.string ,
out PdfObjID
)
Parameters
- s
- A string containing an object to convert.
- value
- The PdfObjID value.
Return Value
true if s was converted successfully; otherwise, false.