Show / Hide Table of Contents

    Class XmlConvertExtensions

    Extension methods for the System.Xml.XmlConvert class.

    Inheritance
    System.Object
    XmlConvertExtensions
    Namespace: Cuemon.Xml
    Assembly: Cuemon.Xml.dll
    Syntax
    public static class XmlConvertExtensions

    Methods

    | Improve this Doc

    ToString(DateTime, XmlDateTimeSerializationMode)

    Converts the specified value to a System.String using the serializationMode specified.

    Declaration
    public static string ToString(this DateTime value, XmlDateTimeSerializationMode serializationMode)
    Parameters
    Type Name Description
    System.DateTime value

    The System.DateTime value to convert.

    System.Xml.XmlDateTimeSerializationMode serializationMode

    One of the System.Xml.XmlDateTimeSerializationMode values that specify how to treat the System.DateTime value.

    Returns
    Type Description
    System.String

    A System.String equivalent of the System.DateTime value.

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