LumiSoft Net Help
ReadFixedCountString Method (count)
NamespacesLumiSoft.Net.IOSmartStreamReadFixedCountString(Int32)
Reads specified number of bytes from source stream and converts it to string with current encoding.
Declaration Syntax
C#Visual BasicVisual C++F#
public string ReadFixedCountString(
	int count
)
Public Function ReadFixedCountString ( 
	count As Integer
) As String
public:
String^ ReadFixedCountString(
	int count
)
member ReadFixedCountString : 
        count : int -> string 
Parameters
count (Int32)
Number of bytes to read.
Return Value
String
Returns readed data as string.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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