Click or drag to resize

StringArrayBlobAdd Method

Appends the specified String to the end of 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 void Add (string str);

Parameters

str
Type: System.String
: String to be appended to this list.
Remarks
Appends the specified String to the end of this list.

[Android Documentation]

See Also

Reference