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