'Declaration Public Function Contains( _ ByVal item As System.Byte _ ) As System.Boolean
public System.bool Contains( System.byte item )
Parameters
- item
- The byte to locate in the PdfString.
Return Value
true if byte is found in the PdfString; otherwise, false.