TryGetString Method (IPdfArrayExt)
In This Topic
Tries to get the System.String value with the specified index.
Syntax
'Declaration
Public Shared Function TryGetString( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByRef As System.String _
) As System.Boolean
public static System.bool TryGetString(
IPdfArray ,
System.int ,
out System.string
)
Parameters
- array
- The current array.
- index
- The index of the value to get.
- value
- OUT: The string value.
Return Value
true if value exists and can be converted to a string; otherwise false.
See Also