LumiSoft Net Help
StringReader Constructor (source)
NamespacesLumiSoft.NetStringReaderStringReader(String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public StringReader(
	string source
)
Public Sub New ( 
	source As String
)
public:
StringReader(
	String^ source
)
new : 
        source : string -> StringReader
Parameters
source (String)
Source string.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when source is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119