Show / Hide Table of Contents

    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 Doc

    DefaultSettings

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX