Reads specified number of bytes from source stream and converts it to string with current encoding.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns readed data as string.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119