Exemple #1
0
 /// <summary>
 /// Serialize into XML format the current Message object
 /// </summary>
 /// <returns>A XML string representation of the current object</returns>
 public string ToXml()
 {
     return(Message.ToXml(this));
 }