Chili.Opf3 Send comments on this topic.
ToMemoryStream Method
See Also 
Chili.Opf3 Namespace > Blob Class : ToMemoryStream Method




Converts the content of the Blob to a memory stream. Null is returned if the Blob is empty.

Syntax

Visual Basic (Declaration) 
Public Function ToMemoryStream() As MemoryStream
Visual Basic (Usage)Copy Code
Dim instance As Blob
Dim value As MemoryStream
 
value = instance.ToMemoryStream()
C# 
public MemoryStream ToMemoryStream()
Managed Extensions for C++ 
public: MemoryStream* ToMemoryStream(); 
C++/CLI 
public:
MemoryStream^ ToMemoryStream(); 

Return Value

Returns the content of the Blob as memory stream.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also