Show / Hide Table of Contents

    DataFormat Enum

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    The format of the data.

    Syntax

    public enum DataFormat
    

    Fields

    Name Value Description
    Text 0 Text.
    Json 1 JSON.
    Xml 2 XML.
    Html 3 HTML.
    Back to top Generated by Appeon