public virtual bool Contains(string value)
public virtual bool Contains(byte value)
Indicates whether substring occurs
Parameters#
Name | Type | Description |
---|
value | String | |
value | Byte | byte |
Returns#
Type | Description |
---|
Boolean | true if contain |
Variants#
Contains(value)#
public virtual bool Contains(string value)
Indicates whether substring occurs
Parameters#
Name | Type | Description |
---|
value | String | |
Returns#
Type | Description |
---|
Boolean | true if contain |
Contains(value)#
public virtual bool Contains(byte value)
Indicates whether element occurs
Parameters#
Name | Type | Description |
---|
value | Byte | byte |
Returns#
Type | Description |
---|
Boolean | true if contain |