Click or drag to resize

StringSetBlobSize Method

Returns the number of String elements in this collection.

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 int Size ();

Return Value

Type: System.Int32
int the number of elements in this collection.

Remarks
Returns the number of String elements in this collection. If this collection contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.

[Android Documentation]

See Also

Reference