Namespace: Org.BouncyCastle.Asn1
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public static bool IsNumericString( string str )  | 
| Visual Basic | 
|---|
Public Shared Function IsNumericString ( _ str As String _ ) As Boolean  | 
| Visual C++ | 
|---|
public: static bool IsNumericString( String^ str )  | 
Parameters
- str
 - Type: System..::..String