XmlHelpers.MemoryStreamFromObject(Object, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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