Checks if the string contains a particular byte.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public bool Contains(
byte value
)
Public Function Contains ( _
value As Byte _
) As Boolean
Public Function Contains ( _
value As Byte _
) As Boolean
public:
virtual bool Contains(
unsigned char value
) sealed
abstract Contains :
value : byte -> bool
override Contains :
value : byte -> bool
abstract Contains :
value : byte -> bool
override Contains :
value : byte -> bool
Return Value
true if the string contains the byte.
Implements
ICollection T Contains(T)