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
public virtual string Get (int i);
Public Virtual String Get (Integer 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
See Also