Class XmlConvert
- Namespace
- Cuemon.Xml.Serialization
- Assembly
- Cuemon.Xml.dll
Provides methods for converting between .NET types and XML types.
public static class XmlConvert
- Inheritance
-
XmlConvert
Properties
DefaultSettings
Gets or sets a function delegate that creates default XmlSerializerOptions.
public static Func<XmlSerializerOptions> DefaultSettings { get; set; }
Property Value
- Func<XmlSerializerOptions>
The function delegate which provides default settings for XmlConvert implementations.