[]
Tries to get the string value with the specified index.
public static bool TryGetString(this IPdfArray array, int index, out string value)
| 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. |