Initializes a new instance of the DerNumericString class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public DerNumericString( string str )  | 
| Visual Basic | 
|---|
Public Sub New ( _ str As String _ )  | 
| Visual C++ | 
|---|
public: DerNumericString( String^ str )  | 
Parameters
- str
 - Type: System..::..String