Share via


XmlHelpers.XmlDocumentFromObject(Object, Type) Method

Definition

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

Parameters

o
Object
t
Type

Returns

Applies to