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

Syntax

C#
public static string DumpAsString(
	Asn1Encodable obj,
	bool verbose
)
Visual Basic
Public Shared Function DumpAsString ( _
	obj As Asn1Encodable, _
	verbose As Boolean _
) As String
Visual C++
public:
static String^ DumpAsString(
	Asn1Encodable^ obj, 
	bool verbose
)

See Also