StringArrayBlobSize Method |
Returns the number of String elements 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 int Size ();
Public Virtual Integer Size ();
Return Value
Type: System.Int32
int the number of elements in this list
Remarks
Returns the number of
String elements in this list. If this list contains
more than
Integer.MAX_VALUE elements, returns
Integer.MAX_VALUE.
[Android Documentation]
See Also