menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XDLSCustomRW - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XDLSCustomRW

    Summary description for XDLSCustomRW.

    Inheritance
    System.Object
    XDLSCustomRW
    Namespace: Syncfusion.DocIO.DLS.XML
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class XDLSCustomRW : Object

    Constructors

    XDLSCustomRW()

    Initializes a new instance of the XDLSCustomRW class.

    Declaration
    public XDLSCustomRW()

    Methods

    Read(XmlReader, Type)

    Reads the specified reader.

    Declaration
    public object Read(XmlReader reader, Type type)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader

    The reader.

    System.Type type

    The type.

    Returns
    Type
    System.Object

    Write(XmlWriter, String, Object)

    Writes the specified writer.

    Declaration
    public bool Write(XmlWriter writer, string tagName, object value)
    Parameters
    Type Name Description
    System.Xml.XmlWriter writer

    The writer.

    System.String tagName

    Name of the tag.

    System.Object value

    The value.

    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved