StringSetBlobContains Method |
Returns true if the specified String
is contained into the collection.
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 bool Contains (string str);
Public Virtual Boolean Contains (String str);
Parameters
- str
- Type: System.String
: to be checked.
Return Value
Type: System.Boolean
boolean true if the string is in this collection, otherwise false.
Remarks
See Also