C# Class Rolcore.Xml.ObjectExtenisions

Extends System.Object with XML-related methods.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
ToXmlString ( this obj ) : string

Converts the object to an XML formatted string.

Method Details

ToXmlString() public static method

Converts the object to an XML formatted string.
public static ToXmlString ( this obj ) : string
obj this Specifies the object to convert.
return string