Save an object into an Xml string.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function SaveObjectToString ( _
	value As Object _
) As String
C#
public static string SaveObjectToString(
	Object value
)

Parameters

value
Type: System..::..Object

See Also