ESRI.ArcGIS.ADF
SerializeXml Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > Utility Class : SerializeXml Method




o
.NET Type to serialize
Helper method to assist in serializing .NET Types in XML

Syntax

Visual Basic (Declaration) 
Public Shared Function SerializeXml( _
   ByVal o As Object _
) As String
Visual Basic (Usage)Copy Code
Dim o As Object
Dim value As String
 
value = Utility.SerializeXml(o)
C# 
public static string SerializeXml( 
   object o
)

Parameters

o
.NET Type to serialize

Return Value

Serialized type as string

See Also

© 2010 All Rights Reserved.