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