[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.TryGetString

TryGetString Method

TryGetString(IPdfArray, int, out string)

Tries to get the string value with the specified index.

Declaration
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
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the value to get.

string value

OUT: The string value.

Returns
Type Description
bool

true if value exists and can be converted to a string; otherwise false.