Click or drag to resize

StringArrayBlobGet Method

Returns the String at the specified position in this list.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual string Get (int i);

Parameters

i
Type: System.Int32
: index of the String to return.

Return Value

Type: System.String
the element at the specified position in this list

Remarks
Returns the String at the specified position in this list.

[Android Documentation]

See Also

Reference