[]
Gets the string at the specified index.
Returns defValue
if the value cannot be converted to a string.
public static string GetString(this IPdfArray array, int index, string defValue)
Public Shared Function GetString(array As IPdfArray, index As Integer, defValue As String) As String
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
int | index | The index of the string to return. |
string | defValue | The default value. |
Type | Description |
---|---|
string | The value at the specified index. |