Convert a MemoryStream to a clear text string
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string MemoryToString(
MemoryStream instream
) |
Visual Basic |
---|
Public Shared Function MemoryToString ( _
instream As MemoryStream _
) As String |
Visual C++ |
---|
public:
static String^ MemoryToString(
MemoryStream^ instream
) |
Parameters
- instream
- Type: System.IO..::..MemoryStream
Memory Stream containing text
Return Value
Clear text
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | |
See Also