C# Class Rolcore.Xml.ObjectExtenisions

Extends System.Object with XML-related methods.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ToXmlString ( this obj ) : string

Converts the object to an XML formatted string.

Method Details

ToXmlString() public static méthode

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