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

Syntax

C#
protected Asn1Object ConvertHexEncoded(
	string hexString,
	int offset
)
Visual Basic
Protected Function ConvertHexEncoded ( _
	hexString As String, _
	offset As Integer _
) As Asn1Object
Visual C++
protected:
Asn1Object^ ConvertHexEncoded(
	String^ hexString, 
	int offset
)

Parameters

hexString
Type: System..::..String
offset
Type: System..::..Int32

See Also