Share via


XmlHelpers.MemoryStreamFromObject(Object, Type) Method

Definition

public:
 static System::IO::MemoryStream ^ MemoryStreamFromObject(System::Object ^ o, Type ^ t);
public static System.IO.MemoryStream MemoryStreamFromObject (object o, Type t);
static member MemoryStreamFromObject : obj * Type -> System.IO.MemoryStream
Public Shared Function MemoryStreamFromObject (o As Object, t As Type) As MemoryStream

Parameters

o
Object
t
Type

Returns

Applies to