Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected bool CanBePrintable(
	string str
)
Visual Basic
Protected Function CanBePrintable ( _
	str As String _
) As Boolean
Visual C++
protected:
bool CanBePrintable(
	String^ str
)

Parameters

str
Type: System..::..String

See Also