Click or drag to resize

StringSetBlobRemove Method

Remove the specified String from the collection of Strings.

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 Remove (string str);

Parameters

str
Type: System.String
: String to be removed from this collection.
Remarks
Remove the specified String from the collection of Strings.

[Android Documentation]

See Also

Reference