Class XmlConvert
Provides methods for converting between .NET types and XML types.
Inheritance
System.Object
XmlConvert
Namespace: Cuemon.Serialization.Xml
Assembly: Cuemon.Serialization.Xml.dll
Syntax
public static class XmlConvert
Properties
| Improve this DocDefaultSettings
Gets or sets a function delegate that creates default XmlSerializerSettings.
Declaration
public static Func<XmlSerializerSettings> DefaultSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Func<XmlSerializerSettings> | The function delegate which provides default settings for XmlConvert implementations. |