Click or drag to resize

objectSerializationObjectToXMLT Method (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Serialize object to XML

Namespace:  imbSCI.Core.files
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string ObjectToXML<T>(
	T settings
)
Request Example View Source

Parameters

settings
Type: T

Type Parameters

T

Return Value

Type: String
See Also