Default constructor.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | F# | 
public StringReader( string source )
Public Sub New ( source As String )
public: StringReader( String^ source )
new : source : string -> StringReader
 Parameters
 Parameters- source (String)
- Source string.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | Is raised when source is null. | 
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119

