示例#1
0
 public static string ToXmlString(this IXmlSerializable xml)
 {
     return(xml.Serialize().ToString());
 }