Object To File
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic static void ToFile(
Object obj,
string xmlFilePath
)
Public Shared Sub ToFile (
obj As Object,
xmlFilePath As String
)
public:
static void ToFile(
Object^ obj,
String^ xmlFilePath
)
static member ToFile :
obj : Object *
xmlFilePath : string -> unit
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:Adf.XmlHelper.ToFile(System.Object,System.String)"]
- xmlFilePath
- Type: SystemString
[Missing <param name="xmlFilePath"/> documentation for "M:Adf.XmlHelper.ToFile(System.Object,System.String)"]
See Also