[]
Tries to get the string value with the specified index.
public static bool TryGetString(this IPdfArray array, int index, out string value)
Public Shared Function TryGetString(array As IPdfArray, index As Integer, ByRef value As String) As Boolean
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
int | index | The index of the value to get. |
string | value | OUT: The string value. |
Type | Description |
---|---|
bool | true if value exists and can be converted to a string; otherwise false. |