Contains Method
Contains(byte)
Determines whether a byte is in the PdfString.
Declaration
public bool Contains(byte item)
Public Function Contains(item As Byte) As Boolean
Parameters
Type |
Name |
Description |
byte |
item |
The byte to locate in the PdfString.
|
Returns
Type |
Description |
bool |
true if byte is found in the PdfString; otherwise, false.
|