Convert a string to a memory stream

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public static MemoryStream StringToStream(
	string str
)
Visual Basic (Declaration)
Public Shared Function StringToStream ( _
	str As String _
) As MemoryStream
Visual C++
public:
static MemoryStream^ StringToStream(
	String^ str
)

Parameters

str
Type: System..::.String
string contents

Return Value

Memory stream object

See Also